summaryrefslogtreecommitdiffstats
path: root/hw/intc/spapr_xive.c
Commit message (Expand)AuthorAgeFilesLines
* spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guestCédric Le Goater2020-03-171-2/+2
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* xive: Add a "presenter" link property to the TCTX objectCédric Le Goater2020-01-081-1/+1
* spapr/xive: Use device_class_set_parent_realize()Greg Kurz2020-01-081-1/+11
* ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater2019-12-171-0/+6
* ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater2019-12-171-8/+0Star
* ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater2019-12-171-2/+31
* spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz2019-12-171-2/+4
* ppc/xive: Implement the XivePresenter interfaceCédric Le Goater2019-12-171-0/+49
* xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz2019-12-171-2/+2
* xive: Link "xive" property to XiveSource::xive pointerGreg Kurz2019-12-171-2/+2
* ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-181-0/+10
* spapr/xive: Set the OS CAM line at resetCédric Le Goater2019-10-241-31/+17Star
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-241-0/+9
* spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-241-2/+3
* spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-241-0/+38
* spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-62/+63
* spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-0/+15
* spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-0/+12
* spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2019-10-241-33/+38
* spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson2019-10-241-0/+25
* spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson2019-10-241-0/+4
* xive: Improve irq claim/free pathDavid Gibson2019-10-041-11/+9Star
* spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson2019-10-041-6/+2Star
* spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater2019-08-211-1/+4
* ppc/xive: Improve 'info pic' supportCédric Le Goater2019-08-211-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater2019-07-021-28/+10Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater2019-05-291-6/+5Star
* spapr/irq: initialize the IRQ device only onceCédric Le Goater2019-05-291-0/+9
* spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2019-05-291-21/+5Star
* spapr/xive: add migration support for KVMCédric Le Goater2019-05-291-0/+24
* spapr/xive: add state synchronization with KVMCédric Le Goater2019-05-291-7/+10
* spapr/xive: add hcall support when under KVMCédric Le Goater2019-05-291-8/+82
* spapr/xive: add KVM supportCédric Le Goater2019-05-291-6/+42
* Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran2019-05-291-1/+1
* spapr/xive: print out the EQ page address in the monitorCédric Le Goater2019-05-291-2/+3
* spapr/xive: fix EQ page addresses above 64GBCédric Le Goater2019-05-291-2/+1Star
* spapr/xive: EQ page should be naturally alignedCédric Le Goater2019-05-291-0/+6
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-43/+43
* hw/ppc: Use object_initialize_child for correct reference countingThomas Huth2019-02-251-6/+5Star
* spapr: Expose the name of the interrupt controller nodeGreg Kurz2019-02-251-5/+4Star
* xive: Only set source type for LSIsGreg Kurz2019-02-171-4/+3Star
* spapr: move the interrupt presenters under machine_dataCédric Le Goater2019-02-041-1/+2
* xive: add a get_tctx() method to the XiveRouterCédric Le Goater2019-02-041-0/+8
* spapr: enable XIVE MMIOs at resetCédric Le Goater2019-01-081-0/+9