]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Call common update function when ioapic entry changed.
authorYang Zhang <yang.z.zhang@Intel.com>
Thu, 11 Apr 2013 11:25:13 +0000 (19:25 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 16 Apr 2013 19:32:40 +0000 (16:32 -0300)
commitd9a2387992b362372144981dadf347fd4221b711
tree3e8d83b8d80c87c38cc0bb1d3caef6286ad9dd48
parentdb130fab0f5fb1a83d30bce1574203c82381f967
KVM: Call common update function when ioapic entry changed.

Both TMR and EOI exit bitmap need to be updated when ioapic changed
or vcpu's id/ldr/dfr changed. So use common function instead eoi exit
bitmap specific function.

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>
arch/ia64/kvm/lapic.h
arch/x86/kvm/lapic.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/ioapic.c
virt/kvm/ioapic.h
virt/kvm/irq_comm.c
virt/kvm/kvm_main.c