commit | 774c47f1d78e373a6bd2964f4e278d1ce26c21cb | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Mon Feb 12 00:54:47 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 12 09:48:41 2007 -0800 |
tree | 665fe9939425d7b4a16b97241e784f4183bd9558 | |
parent | 8d0be2b3bf4a55606967d7d84e56c52521e94333 [diff] |
[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>