Re: [kvm-devel] kvm development moving to git

2007-03-04 Thread Leonard Norrgard
Avi Kivity wrote: > You can pull from my repository by issuing the command > > git pull git://kvm.qumranet.com/home/avi/kvm/linux-2.6 Please note that the url has now changed: git pull git://kvm.qumranet.com/home/avi/kvm.git master For future reference, see instructions at http://kvm.qumran

[kvm-devel] kvm development moving to git

2007-02-19 Thread Avi Kivity
kvm kernel code is now developed using git. This was done for two reasons: - with the paravirtualization work, we have code in the kernel beyond drivers/kvm/. Subversion is not quite up to hosting an entire kernel tree efficiently. - people have expressed interest in maintaining long-term branc