|
|
|
|
|
|
|
|
|
|
xen-devel
Re:Re:Re:[Xen-devel] [PATCH v2 0/6] Xen PV on HVM fixes and improvements
On Tue, 8 Mar 2011, topperxin wrote:
> >you must be working on the wrong tree :)
>
> git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.38-rc6-pvhvm
> isn't it? I get it from this address, you given in the mail.
> cloud you please give me a right address?
> thanks a lot.
You probably cloned my master branch: 2.6.38-rc6-pvhvm is the name of a
branch, if you executed:
git clone git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git
2.6.38-rc6-pvhvm
you just cloned the "master" branch in a directory named "2.6.38-rc6-pvhvm".
try:
git remote update
git branch -r
you should get a list of remote branches available, among which
"2.6.38-rc6-pvhvm".
At this point you can checkout the branch 2.6.38-rc6-pvhvm with this
command:
git checkout -b your_branch_name "origin/2.6.38-rc6-pvhvm" _______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|