| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 1 | -1/+1 |
* | Do not include cpu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge | Cédric Le Goater | 2020-02-02 | 1 | -1/+13 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -2/+2 |
* | xics: Don't deassert outputs | Greg Kurz | 2019-12-17 | 1 | -3/+0 |
* | xics: Link ICP_PROP_CPU property to ICPState::cs pointer | Greg Kurz | 2019-12-17 | 1 | -17/+4 |
* | xics: Link ICP_PROP_XICS property to ICPState::xics pointer | Greg Kurz | 2019-12-17 | 1 | -13/+9 |
* | xics: Link ICS_PROP_XICS property to ICSState::xics pointer | Greg Kurz | 2019-12-17 | 1 | -10/+3 |
* | ppc: Skip partially initialized vCPUs in 'info pic' | Greg Kurz | 2019-11-18 | 1 | -1/+10 |
* | xive, xics: Fix reference counting on CPU objects | Greg Kurz | 2019-11-18 | 1 | -1/+7 |
* | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz | 2019-11-18 | 1 | -0/+5 |
* | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 2019-10-24 | 1 | -6/+2 |
* | xics: Make some device types not user creatable | Greg Kurz | 2019-10-24 | 1 | -0/+10 |
* | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson | 2019-10-04 | 1 | -59/+27 |
* | xics: Eliminate reset hook | David Gibson | 2019-10-04 | 1 | -33/+24 |
* | xics: Rename misleading ics_simple_*() functions | David Gibson | 2019-10-04 | 1 | -15/+14 |
* | xics: Eliminate 'reject', 'resend' and 'eoi' class hooks | David Gibson | 2019-10-04 | 1 | -41/+13 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | xics/kvm: Add error propagation to ic*_set_kvm_state() functions | Greg Kurz | 2019-07-02 | 1 | -5/+34 |
* | xics: Add comment about CPU hotplug | Greg Kurz | 2019-07-02 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+1 |
* | ppc/xics: fix irq priority in ics_set_irq_type() | Cédric Le Goater | 2019-05-29 | 1 | -2/+8 |
* | xics: Write source state to KVM at claim time | Greg Kurz | 2019-02-25 | 1 | -0/+4 |
* | target/ppc: Add POWER9 external interrupt model | Benjamin Herrenschmidt | 2019-02-25 | 1 | -0/+3 |
* | xics: Handle KVM interrupt presentation from "simple" ICS code | Greg Kurz | 2019-02-18 | 1 | -0/+5 |
* | xics: Handle KVM ICS reset from the "simple" ICS code | Greg Kurz | 2019-02-18 | 1 | -0/+4 |
* | xics: Explicitely call KVM ICS methods from the common code | Greg Kurz | 2019-02-18 | 1 | -13/+10 |
* | xics: Handle KVM ICP realize from the common code | Greg Kurz | 2019-02-18 | 1 | -0/+8 |
* | xics: Handle KVM ICP reset from the common code | Greg Kurz | 2019-02-18 | 1 | -8/+4 |
* | xics: Explicitely call KVM ICP methods from the common code | Greg Kurz | 2019-02-18 | 1 | -13/+11 |
* | spapr: move the qemu_irq array under the machine | Cédric Le Goater | 2019-01-08 | 1 | -2/+0 |
* | ppc: export the XICS and XIVE set_irq handlers | Cédric Le Goater | 2019-01-08 | 1 | -1/+1 |
* | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 2018-10-19 | 1 | -6/+9 |
* | ppc/xics: fix ICP reset path | Greg Kurz | 2018-07-16 | 1 | -3/+11 |
* | ppc/xics: move the vmstate structures under the ics-base class | Cédric Le Goater | 2018-07-03 | 1 | -56/+56 |
* | ppx/xics: introduce a parent_reset in ICSStateClass | Cédric Le Goater | 2018-07-03 | 1 | -15/+30 |
* | ppc/xics: move the instance_init handler under the ics-base class | Cédric Le Goater | 2018-07-03 | 1 | -8/+8 |
* | ppc/xics: introduce a parent_realize in ICSStateClass | Cédric Le Goater | 2018-07-03 | 1 | -15/+22 |
* | ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers | Cédric Le Goater | 2018-07-03 | 1 | -10/+0 |
* | spapr: introduce a spapr_qirq() helper | Cédric Le Goater | 2017-12-14 | 1 | -12/+0 |