On Mon, Nov 8, 2010 at 2:04 PM, Nigel Horne <671...@bugs.launchpad.net> wrote: >> You can grab the code like this: >> git clone -b scsi_assert git://repo.or.cz/qemu/stefanha.git >> >> > That retrieves a directory called scsi_assert which is empty. Are you > expecting that? Should I therefore use the directory in there called > stehana?
Yes, 'stefanha' is the source tree directory. When I do that git clones to a directory called 'stefanha', which contains the QEMU source tree from the scsi_assert branch. But you can also use following alternative if your git version does not support -b <branch-name>: git clone git://repo.or.cz/qemu/stefanha.git cd stefanha git checkout origin/scsi_assert Stefan