From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: set_phys_to_machine not exported? Date: Tue, 3 Jan 2012 18:48:33 -0500 Message-ID: <20120103234833.GB19899@phenom.dumpdata.com> References: <6035A0D088A63A46850C3988ED045A4B0594FA@BITCOM1.int.sbss.com.au> <20120103175539.GF749@andromeda.dapyr.net> <6035A0D088A63A46850C3988ED045A4B091826@BITCOM1.int.sbss.com.au> <20120103223610.GB12939@phenom.dumpdata.com> <6035A0D088A63A46850C3988ED045A4B093177@BITCOM1.int.sbss.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <6035A0D088A63A46850C3988ED045A4B093177@BITCOM1.int.sbss.com.au> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper Cc: Konrad Rzeszutek Wilk , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, Jan 03, 2012 at 11:44:53PM +0000, James Harper wrote: > > > Or maybe someone else already has scsiback working against 3.x.x? > > > > I do. Try the #testing branch or the #devel/xen-scsi-1.0 (but you should > > merge it against the 3.1 kernel otherwise it won't compile b/c one argument > > changed - but you could alter it yourself if you are using the 3.0 tree). > > > > Git tree: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git > > > > They also moved - to drivers/scsi. > > My git-foo is a bit rusty. Having cloned the tree, how do I check out the remote branch? git checkout origin/testing > > James