KVM: Disallow fork() and similar games when using a VM
authorAvi Kivity <avi@qumranet.com>
Wed, 21 Nov 2007 14:41:05 +0000 (16:41 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:13 +0000 (17:53 +0200)
commit6d4e4c4fca5be806b888d606894d914847e82d78
treedc383e27d812f617d791f48ba1527d70c86b65ba
parent76c35c6e99cb46b936b88cc795c9c886e7fe7bd4
KVM: Disallow fork() and similar games when using a VM

We don't want the meaning of guest userspace changing under our feet.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
kernel/fork.c