commit | 0cf1bfd2737f41e59f974a61eab11af206d2042a | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Fri Feb 22 12:21:36 2008 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:00:25 2008 +0300 |
tree | 4edd67efa000f4cb94ef834daa21ac07c2016989 | |
parent | a28e4f5a621289fe0d9c8a461b0c256f9e17f3bc [diff] [blame] |
x86: KVM guest: add basic paravirt support Add basic KVM paravirt support. Avoid vm-exits on IO delays. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 5a849dd..2283422 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c
@@ -832,6 +832,7 @@ */ vmi_init(); #endif + kvm_guest_init(); /* * NOTE: before this point _nobody_ is allowed to allocate