mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
spapr: enable XIVE MMIOs at reset
Depending on the interrupt mode of the machine, enable or disable the XIVE MMIOs. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
13db0cd9b8
commit
3a8eb78e6c
3 changed files with 19 additions and 0 deletions
|
@ -47,5 +47,6 @@ void spapr_xive_hcall_init(sPAPRMachineState *spapr);
|
|||
void spapr_dt_xive(sPAPRMachineState *spapr, uint32_t nr_servers, void *fdt,
|
||||
uint32_t phandle);
|
||||
void spapr_xive_set_tctx_os_cam(XiveTCTX *tctx);
|
||||
void spapr_xive_mmio_set_enabled(sPAPRXive *xive, bool enable);
|
||||
|
||||
#endif /* PPC_SPAPR_XIVE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue