summaryrefslogtreecommitdiffstats
path: root/hw/intc/spapr_xive.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2019-01-081-14/+0Star
* spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2018-12-201-0/+17
* spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2018-12-201-0/+67
* spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2018-12-201-0/+982
* spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater2018-12-201-1/+55
* spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater2018-12-201-0/+366