mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
spapr: Expose the name of the interrupt controller node
This will be needed by PHB hotplug in order to access the "phandle" property of the interrupt controller node. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <155059668867.1466090.6339199751719123386.stgit@bahia.lab.toulouse-stg.fr.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
6cead90c5c
commit
743ed566c1
6 changed files with 31 additions and 7 deletions
|
@ -26,6 +26,9 @@ typedef struct sPAPRXive {
|
|||
XiveENDSource end_source;
|
||||
hwaddr end_base;
|
||||
|
||||
/* DT */
|
||||
gchar *nodename;
|
||||
|
||||
/* Routing table */
|
||||
XiveEAS *eat;
|
||||
uint32_t nr_irqs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue