Files
linux/include
Avi Kivity f17abe9a44 KVM: Create an inode per virtual machine
This avoids having filp->f_op and the corresponding inode->i_fop different,
which is a little unorthodox.

The ioctl list is split into two: global kvm ioctls and per-vm ioctls.  A new
ioctl, KVM_CREATE_VM, is used to create VMs and return the VM fd.

Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-03-04 11:12:42 +02:00
..
2007-02-21 10:55:59 +01:00
2007-02-15 18:20:52 +09:00
2007-03-01 14:53:38 -08:00
2007-02-14 08:42:20 +01:00