ppc/spapr: Implement the XiveFabric interface
commit932de7aef82b234fd30e287766d0e0e34b095f78
authorCédric Le Goater <clg@kaod.org>
Mon, 25 Nov 2019 06:58:10 +0000 (25 07:58 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Dec 2019 23:39:48 +0000 (17 10:39 +1100)
treee93c48208a79ab414f282b0fa38bab5633f53785
parentc722579e8c55a66694146c24eb507f79c71ac881
ppc/spapr: Implement the XiveFabric interface

The CAM line matching sequence in the pseries machine does not change
much apart from the use of the new QOM interfaces. There is an extra
indirection because of the sPAPR IRQ backend of the machine. Only the
XIVE backend implements the new 'match_nvt' handler.

Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20191125065820.927-11-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c