aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/spapr_xive.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson1-62/+63
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson1-0/+15
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson1-0/+12
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson1-33/+38
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson1-0/+25
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson1-0/+4
2019-10-04xive: Improve irq claim/free pathDavid Gibson1-11/+9
2019-10-04spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson1-6/+2
2019-08-21spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater1-1/+4
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-02spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater1-28/+10
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-29spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater1-6/+5
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater1-0/+9
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater1-21/+5
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater1-0/+24
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater1-7/+10
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater1-8/+82
2019-05-29spapr/xive: add KVM supportCédric Le Goater1-6/+42
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran1-1/+1
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater1-2/+3
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater1-2/+1
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater1-0/+6
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-43/+43
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-6/+5
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz1-5/+4
2019-02-17xive: Only set source type for LSIsGreg Kurz1-4/+3
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-1/+2
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater1-0/+8
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+9
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater1-14/+0
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater1-0/+17
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater1-0/+67
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater1-0/+982
2018-12-21spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater1-1/+55
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater1-0/+366