Age | Commit message (Expand) | Author |
2019-11-18 | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz |
2019-10-24 | spapr/xive: Set the OS CAM line at reset | Cédric Le Goater |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson |
2019-10-04 | xive: Improve irq claim/free path | David Gibson |
2019-10-04 | spapr, xics, xive: Better use of assert()s on irq claim/free paths | David Gibson |
2019-08-21 | spapr/xive: Mask the EAS when allocating an IRQ | Cédric Le Goater |
2019-08-21 | ppc/xive: Improve 'info pic' support | Cédric Le Goater |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-02 | spapr/xive: rework the mapping the KVM memory regions | Cédric Le Goater |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | spapr/xive: fix multiple resets when using the 'dual' interrupt mode | Cédric Le Goater |
2019-05-29 | spapr/irq: initialize the IRQ device only once | Cédric Le Goater |
2019-05-29 | spapr/irq: introduce a spapr_irq_init_device() helper | Cédric Le Goater |
2019-05-29 | spapr/xive: add migration support for KVM | Cédric Le Goater |
2019-05-29 | spapr/xive: add state synchronization with KVM | Cédric Le Goater |
2019-05-29 | spapr/xive: add hcall support when under KVM | Cédric Le Goater |
2019-05-29 | spapr/xive: add KVM support | Cédric Le Goater |
2019-05-29 | Fix typo on "info pic" monitor cmd output for xive | Satheesh Rajendran |
2019-05-29 | spapr/xive: print out the EQ page address in the monitor | Cédric Le Goater |
2019-05-29 | spapr/xive: fix EQ page addresses above 64GB | Cédric Le Goater |
2019-05-29 | spapr/xive: EQ page should be naturally aligned | Cédric Le Goater |
2019-03-12 | spapr: Use CamelCase properly | David Gibson |
2019-02-26 | hw/ppc: Use object_initialize_child for correct reference counting | Thomas Huth |
2019-02-26 | spapr: Expose the name of the interrupt controller node | Greg Kurz |
2019-02-17 | xive: Only set source type for LSIs | Greg Kurz |
2019-02-04 | spapr: move the interrupt presenters under machine_data | Cédric Le Goater |
2019-02-04 | xive: add a get_tctx() method to the XiveRouter | Cédric Le Goater |
2019-01-09 | spapr: enable XIVE MMIOs at reset | Cédric Le Goater |
2019-01-09 | spapr/xive: simplify the sPAPR IRQ qirq method for XIVE | Cédric Le Goater |
2018-12-21 | spapr: add a 'reset' method to the sPAPR IRQ backend | Cédric Le Goater |
2018-12-21 | spapr: add device tree support for the XIVE exploitation mode | Cédric Le Goater |
2018-12-21 | spapr: add hcalls support for the XIVE exploitation interrupt mode | Cédric Le Goater |
2018-12-21 | spapr/xive: use the VCPU id as a NVT identifier | Cédric Le Goater |
2018-12-21 | spapr/xive: introduce a XIVE interrupt controller | Cédric Le Goater |