lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 8 Mar 2011 12:45:25 +0000
From:	Stefano Stabellini <stefano.stabellini@...citrix.com>
To:	topperxin <topperxin@....com>
CC:	Stefano Stabellini <Stefano.Stabellini@...citrix.com>,
	Jeremy Fitzhardinge <Jeremy.Fitzhardinge@...rix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>
Subject: 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"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ