git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e29d9
)
KVM: Create an inode per virtual machine
author
Avi Kivity
<avi@qumranet.com>
Wed, 21 Feb 2007 17:28:04 +0000
(19:28 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Sun, 4 Mar 2007 09:12:42 +0000
(11:12 +0200)
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>
No differences found