From: Avi Kivity <[email protected]>

This reverts commit 0298b601937c - the hardware is documented not to behave
this way.

Signed-off-by: Avi Kivity <[email protected]>

diff --git a/arch/x86/kvm/i8259.c b/arch/x86/kvm/i8259.c
index acc1246..6e77471 100644
--- a/arch/x86/kvm/i8259.c
+++ b/arch/x86/kvm/i8259.c
@@ -278,7 +278,7 @@ void kvm_pic_reset(struct kvm_kpic_state *s)
 
        s->last_irr = 0;
        s->irr = 0;
-       s->imr = 0xff;
+       s->imr = 0;
        s->isr = 0;
        s->isr_ack = 0xff;
        s->priority_add = 0;
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to