diff options
author | Yang Zhang <yang.z.zhang@Intel.com> | 2013-04-11 19:25:16 +0800 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-04-16 16:32:41 -0300 |
commit | 5a71785dde307f6ac80e83c0ad3fd694912010a1 (patch) | |
tree | cb765262ff74e583d314ef3f14b4f41a506b2cb2 /arch/x86/kvm/vmx.c | |
parent | a20ed54d6e470bf0d28921b7aadb6ca0da0ff0c3 (diff) | |
download | lwn-5a71785dde307f6ac80e83c0ad3fd694912010a1.tar.gz lwn-5a71785dde307f6ac80e83c0ad3fd694912010a1.zip |
KVM: VMX: Use posted interrupt to deliver virtual interrupt
If posted interrupt is avaliable, then uses it to inject virtual
interrupt to guest.
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 3a14d8a0ee46..5a87a58af49d 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -84,7 +84,7 @@ module_param(vmm_exclusive, bool, S_IRUGO); static bool __read_mostly fasteoi = 1; module_param(fasteoi, bool, S_IRUGO); -static bool __read_mostly enable_apicv; +static bool __read_mostly enable_apicv = 1; module_param(enable_apicv, bool, S_IRUGO); /* |