]> Pileus Git - ~andy/linux/commit
KVM: dont clear TMR on EOI
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Apr 2012 15:49:55 +0000 (18:49 +0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 16 Apr 2012 23:36:38 +0000 (20:36 -0300)
commita0c9a822bf37e6282eb6006b407ec5aec22e08fb
tree62e0ba3e3b031ded8187b1c37681015ec920ebe2
parente59717550e5cf0e7159c5b7af1d1ead35fef49dd
KVM: dont clear TMR on EOI

Intel spec says that TMR needs to be set/cleared
when IRR is set, but kvm also clears it on  EOI.

I did some tests on a real (AMD based) system,
and I see same TMR values both before
and after EOI, so I think it's a minor bug in kvm.

This patch fixes TMR to be set/cleared on IRR set
only as per spec.

And now that we don't clear TMR, we can save
an atomic read of TMR on EOI that's not propagated
to ioapic, by checking whether ioapic needs
a specific vector first and calculating
the mode afterwards.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/lapic.c
virt/kvm/ioapic.c
virt/kvm/ioapic.h