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>
Showing
- arch/x86/kvm/ioapic.c 7 additions, 6 deletionsarch/x86/kvm/ioapic.c
- arch/x86/kvm/ioapic.h 8 additions, 2 deletionsarch/x86/kvm/ioapic.h
- arch/x86/kvm/irq_comm.c 1 addition, 1 deletionarch/x86/kvm/irq_comm.c
- arch/x86/kvm/lapic.c 5 additions, 5 deletionsarch/x86/kvm/lapic.c
- arch/x86/kvm/lapic.h 5 additions, 2 deletionsarch/x86/kvm/lapic.h
Please register or sign in to comment