[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/3] spapr: introduce a new sPAPRIrq backend
From: |
Cédric Le Goater |
Subject: |
[Qemu-ppc] [PATCH 0/3] spapr: introduce a new sPAPRIrq backend |
Date: |
Mon, 10 Sep 2018 13:02:19 +0200 |
Hello,
This series adds a new sPAPRIrq backend increasing the number of
available IRQ numbers in pseries-3.1 machines. This change is an
opportunity to also fix the "ibm,pe-total-#msi" and remove the old
XICS_IRQS_SPAPR definition.
Thanks,
C.
Cédric Le Goater (3):
spapr: introduce a spapr_irq class 'nr_msis' attribute
spapr: increase the size of the IRQ number space
spapr_pci: fix "ibm,pe-total-#msi" value
include/hw/ppc/spapr_irq.h | 2 ++
include/hw/ppc/xics.h | 2 --
hw/ppc/spapr.c | 1 +
hw/ppc/spapr_irq.c | 22 ++++++++++++++++++++--
hw/ppc/spapr_pci.c | 5 +++--
5 files changed, 26 insertions(+), 6 deletions(-)
--
2.17.1