]> Git Repo - qemu.git/commit
ppc/xive: Introduce a XiveFabric interface
authorCédric Le Goater <[email protected]>
Mon, 25 Nov 2019 06:58:08 +0000 (07:58 +0100)
committerDavid Gibson <[email protected]>
Mon, 16 Dec 2019 23:39:48 +0000 (10:39 +1100)
commitd3eb47a2a18f850c2ebd20e50d164251ad321128
tree3bc4a31386e26c04ffcb03abfdcea91ec0aa6f5f
parent119eaa9d11cb5245fae0a2cbe4f18dda55744dfb
ppc/xive: Introduce a XiveFabric interface

The XiveFabric QOM interface acts as the PowerBUS interface between
the interrupt controller and the system and should be implemented by
the QEMU machine. On HW, the XIVE sub-engine is responsible for the
communication with the other chip is the Common Queue (CQ) bridge
unit.

This interface offers a 'match_nvt' handler to perform the CAM line
matching when looking for a XIVE Presenter with a dispatched NVT.

Reviewed-by: Greg Kurz <[email protected]>
Signed-off-by: Cédric Le Goater <[email protected]>
Message-Id: <20191125065820[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/intc/xive.c
include/hw/ppc/xive.h
This page took 0.025616 seconds and 4 git commands to generate.