diff options
| -rw-r--r-- | arch/x86/kvm/vmx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 4704aaf6d19e..2fd9a8cec29a 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
| @@ -6755,12 +6755,7 @@ static __init int hardware_setup(void) | |||
| 6755 | memset(vmx_vmread_bitmap, 0xff, PAGE_SIZE); | 6755 | memset(vmx_vmread_bitmap, 0xff, PAGE_SIZE); |
| 6756 | memset(vmx_vmwrite_bitmap, 0xff, PAGE_SIZE); | 6756 | memset(vmx_vmwrite_bitmap, 0xff, PAGE_SIZE); |
| 6757 | 6757 | ||
| 6758 | /* | ||
| 6759 | * Allow direct access to the PC debug port (it is often used for I/O | ||
| 6760 | * delays, but the vmexits simply slow things down). | ||
| 6761 | */ | ||
| 6762 | memset(vmx_io_bitmap_a, 0xff, PAGE_SIZE); | 6758 | memset(vmx_io_bitmap_a, 0xff, PAGE_SIZE); |
| 6763 | clear_bit(0x80, vmx_io_bitmap_a); | ||
| 6764 | 6759 | ||
| 6765 | memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE); | 6760 | memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE); |
| 6766 | 6761 | ||
