Re: [PATCH 0/6] KVM userspace interface updates for 2.6.21

2007-02-25 Thread Andrew Morton
> On Sun, 25 Feb 2007 11:58:23 +0200 Avi Kivity <[EMAIL PROTECTED]> wrote: > Avi Kivity wrote: > > > > The patchset, along with the previous fixset, is available as a git > > tree from git://kvm.qumranet.com/home/avi/kvm/linux-2.6. You may wish > > to plant it in your little git forest. > > > >

Re: [PATCH 0/6] KVM userspace interface updates for 2.6.21

2007-02-25 Thread Avi Kivity
Avi Kivity wrote: The patchset, along with the previous fixset, is available as a git tree from git://kvm.qumranet.com/home/avi/kvm/linux-2.6. You may wish to plant it in your little git forest. This is now git://kvm.qumranet.com/home/avi/kvm.git, as a bare 'git pull' will pull the curre

Re: [kvm-devel] [PATCH 0/6] KVM userspace interface updates for 2.6.21

2007-02-21 Thread Rusty Russell
On Wed, 2007-02-21 at 20:21 +0200, Avi Kivity wrote: > Avi Kivity wrote: > > The following patchset moves the kvm userspace interface from having a > > single fd, to having three types of file descriptors: > > Andrew, while the 2.6.21 merge window has closed, please consider > applying this to 2

Re: [PATCH 0/6] KVM userspace interface updates for 2.6.21

2007-02-21 Thread Avi Kivity
Avi Kivity wrote: The following patchset moves the kvm userspace interface from having a single fd, to having three types of file descriptors: Andrew, while the 2.6.21 merge window has closed, please consider applying this to 2.6.21 anyway. At least one major distribution (Fedora) is plannin

[PATCH 0/6] KVM userspace interface updates for 2.6.21

2007-02-21 Thread Avi Kivity
The following patchset moves the kvm userspace interface from having a single fd, to having three types of file descriptors: - one fd returned by open("/dev/kvm") is used for generic access to the kvm driver, for example to get the API version and to create virtual machines - when you create a