mbox series

[v2,0/3] KVM: X86: Cleanups on dest_mode and headers

Message ID 20191129163234.18902-1-peterx@redhat.com (mailing list archive)
Headers show
Series KVM: X86: Cleanups on dest_mode and headers | expand

Message

Peter Xu Nov. 29, 2019, 4:32 p.m. UTC
Each patch explains itself.

Please have a look, thanks.

Peter Xu (3):
  KVM: X86: Some cleanups in ioapic.h/lapic.h
  KVM: X86: Use APIC_DEST_* macros properly
  KVM: X86: Fixup kvm_apic_match_dest() dest_mode parameter

 arch/x86/kvm/ioapic.c   | 9 ++++++---
 arch/x86/kvm/ioapic.h   | 6 ------
 arch/x86/kvm/irq_comm.c | 7 ++++---
 arch/x86/kvm/lapic.c    | 5 +++--
 arch/x86/kvm/lapic.h    | 7 +++++--
 arch/x86/kvm/x86.c      | 2 +-
 6 files changed, 19 insertions(+), 17 deletions(-)