summaryrefslogtreecommitdiff
path: root/hw/intc/spapr_xive.c
AgeCommit message (Expand)Author
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-03-17spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guestCédric Le Goater
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater
2020-01-08spapr/xive: Use device_class_set_parent_realize()Greg Kurz
2019-12-17ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater
2019-12-17ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater
2019-12-17ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater
2019-12-17spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz
2019-12-17ppc/xive: Implement the XivePresenter interfaceCédric Le Goater
2019-12-17xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz
2019-12-17xive: Link "xive" property to XiveSource::xive pointerGreg Kurz
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson
2019-10-04xive: Improve irq claim/free pathDavid Gibson
2019-10-04spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson
2019-08-21spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-02spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater
2019-05-29spapr/xive: add KVM supportCédric Le Goater
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz
2019-02-17xive: Only set source type for LSIsGreg Kurz
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater