]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] KVM: cpu hotplug support
authorAvi Kivity <avi@qumranet.com>
Mon, 12 Feb 2007 08:54:47 +0000 (00:54 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:41 +0000 (09:48 -0800)
commit07ef5948b4541999217e05d890d0a957f685f6b3
tree665fe9939425d7b4a16b97241e784f4183bd9558
parent756a18ed87f57ec91b009f368566804913cfa67f
[PATCH] KVM: cpu hotplug support

On hotplug, we execute the hardware extension enable sequence.  On unplug, we
decache any vcpus that last ran on the exiting cpu, and execute the hardware
extension disable sequence.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/svm.c
drivers/kvm/vmx.c