Revert "kvm: Enable 'interrupt request window'"

This reverts commit c1a099311e695bfe1caca9a11e294fbd70d3ba11.  Interrupt
request windows are for host to guest interrupt injection.  Software interrupts
and traps happen 100% in the guest.
This commit is contained in:
Pekka Enberg
2015-06-01 16:39:38 +01:00
committed by Will Deacon
parent 616e110816
commit 2aeaf53472
-2
View File
@@ -369,8 +369,6 @@ void kvm__reset_vcpu(struct kvm *self)
void kvm__run(struct kvm *self)
{
self->kvm_run->request_interrupt_window = 1;
if (ioctl(self->vcpu_fd, KVM_RUN, 0) < 0)
die_perror("KVM_RUN failed");
}