kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
authorJoerg Roedel <jroedel@suse.de>
Mon, 29 Feb 2016 15:04:43 +0000 (16:04 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Mar 2016 13:36:17 +0000 (14:36 +0100)
commit9e4aabe2bb3454c83dac8139cf9974503ee044db
tree63fffe092bb5bd40e781e20a25a735330f0bbb2e
parent61ec84f145ef2baac7ea3d6d5604c8f29c0068b7
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct

Currently this is a bitmap which tracks which CPUs we expect
an EOI from. Move this bitmap to a struct so that we can
track additional information there.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/ioapic.c
arch/x86/kvm/ioapic.h
arch/x86/kvm/irq_comm.c
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h