[Xen-devel] [PATCH 0/3] xen/x86: Simplify ioapic_init()

Julien Grall posted 3 patches 4 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200327190546.21580-1-julien@xen.org
Maintainers: Andrew Cooper <andrew.cooper3@citrix.com>, Jan Beulich <jbeulich@suse.com>, "Roger Pau Monné" <roger.pau@citrix.com>, Wei Liu <wl@xen.org>
xen/arch/x86/apic.c           |  2 +-
xen/arch/x86/io_apic.c        | 67 +++++++++++++++++------------------
xen/include/asm-x86/io_apic.h |  2 +-
3 files changed, 34 insertions(+), 37 deletions(-)
[Xen-devel] [PATCH 0/3] xen/x86: Simplify ioapic_init()
Posted by Julien Grall 4 years, 1 month ago
From: Julien Grall <jgrall@amazon.com>

Hi all,

The main goal of this small series is to simplify ioapic_init().

Cheers,

Julien Grall (3):
  xen/x86: ioapic: Use true/false in bad_ioapic_register()
  xen/x86: ioapic: Rename init_ioapic_mappings() to init_ioapic()
  xen/x86: ioapic: Simplify ioapic_init()

 xen/arch/x86/apic.c           |  2 +-
 xen/arch/x86/io_apic.c        | 67 +++++++++++++++++------------------
 xen/include/asm-x86/io_apic.h |  2 +-
 3 files changed, 34 insertions(+), 37 deletions(-)

-- 
2.17.1