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