[Spice-devel] spice for upstream qemu

Stefan Hajnoczi stefanha at gmail.com
Wed Apr 7 22:54:59 PDT 2010


On Thu, Apr 8, 2010 at 3:40 AM, Coolper Chen <lxchen at tnsoft.com.cn> wrote:
> Could someone tell me how to get spice.v2 from git? I'm a newbie for git.

If you click on "summary" on kraxel's repo.or.cz page, it shows the
clone URLs.  You can clone from that URL and choose his spice.v2
branch:

git clone -b spice.v2 git://repo.or.cz/qemu/kraxel.git

Older git versions didn't support the -b option, in that case you need to do:
git clone git://repo.or.cz/qemu/kraxel.git
cd kraxel
git checkout origin/spice.v2

Stefan


More information about the Spice-devel mailing list