aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/spapr_xive.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-21ppc/xive: Change presenter .match_nvt to match not presentNicholas Piggin1-9/+9
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-03-11ppc/xive2: Support crowd-matching when looking for targetFrederic Barrat1-4/+4
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-2/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/intc: Constify all PropertyRichard Henderson1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()Philippe Mathieu-Daudé1-8/+1
2024-06-19hw/ppc: Avoid using Monitor in spapr_xive_pic_print_info()Philippe Mathieu-Daudé1-16/+12
2024-06-19hw/ppc: Avoid using Monitor in spapr_xive_end_pic_print_info()Philippe Mathieu-Daudé1-10/+10
2024-06-19hw/ppc: Avoid using Monitor in xive_end_queue_pic_print_info()Philippe Mathieu-Daudé1-1/+6
2024-06-19hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()Philippe Mathieu-Daudé1-1/+6
2023-12-29hw/intc: Constify VMStateRichard Henderson1-3/+3
2023-10-19hw/intc/spapr_xive: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-6/+6
2023-10-19hw/intc/spapr_xive: Move sysbus_init_mmio() calls aroundPhilippe Mathieu-Daudé1-3/+3
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-06-25pnv/xive2: Add a get_config() method on the presenter classFrederic Barrat1-0/+16
2022-03-02ppc/xive: Add support for PQ state bits offloadCédric Le Goater1-0/+25
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-10-21spapr/xive: Add source status helpersCédric Le Goater1-1/+1
2021-05-04hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-01-06spapr/xive: Make spapr_xive_pic_print_info() staticCédric Le Goater1-1/+1
2020-12-14xive: Add trace eventsCédric Le Goater1-0/+33
2020-12-14spapr/xive: Turn some sanity checks into assertionsGreg Kurz1-10/+4
2020-09-08spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater1-19/+14
2020-08-14spapr/xive: Use xive_source_esb_len()Greg Kurz1-1/+1
2020-08-13ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappersGreg Kurz1-14/+31
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-4/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-5/+4
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-4/+2
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-4/+2
2020-03-17spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guestCédric Le Goater1-2/+2
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater1-1/+1
2020-01-08spapr/xive: Use device_class_set_parent_realize()Greg Kurz1-1/+11
2019-12-17ppc/pnv: Extend XiveRouter with a get_block_id() handlerCédric Le Goater1-0/+6
2019-12-17ppc/xive: Remove the get_tctx() XiveRouter handlerCédric Le Goater1-8/+0
2019-12-17ppc/xive: Move the TIMA operations to the controller modelCédric Le Goater1-2/+31
2019-12-17spapr: Pass the maximum number of vCPUs to the KVM interrupt controllerGreg Kurz1-2/+4
2019-12-17ppc/xive: Implement the XivePresenter interfaceCédric Le Goater1-0/+49
2019-12-17xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz1-2/+2
2019-12-17xive: Link "xive" property to XiveSource::xive pointerGreg Kurz1-2/+2
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz1-0/+10
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater1-31/+17
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater1-0/+9
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson1-2/+3
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson1-0/+38