From: Avi Kivity Date: Wed, 21 Feb 2007 17:28:04 +0000 (+0200) Subject: KVM: Create an inode per virtual machine X-Git-Tag: v2.6.21-rc3~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17abe9a44425ff9c9858bc1806cc09d6b5dad1c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed