Age | Commit message (Expand) | Author |
2024-06-19 | hw/ppc: Avoid using Monitor in ics_pic_print_info() | Philippe Mathieu-Daudé |
2024-06-19 | hw/ppc: Avoid using Monitor in icp_pic_print_info() | Philippe Mathieu-Daudé |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-01-30 | hw/intc/xics: Include missing 'cpu.h' header | Philippe Mathieu-Daudé |
2023-12-29 | hw/intc: Constify VMState | Richard Henderson |
2023-11-01 | migration: Hack to maintain backwards compatibility for ppc | Juan Quintela |
2022-12-16 | hw/intc/xics: Convert TYPE_ICS to 3-phase reset | Peter Maydell |
2022-12-16 | hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset() | Peter Maydell |
2022-09-22 | hw/intc/xics: Avoid dynamic stack allocation | Philippe Mathieu-Daudé |
2022-07-18 | ppc64: Allocate IRQ lines with qdev_init_gpio_in() | Cédric Le Goater |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-02-02 | ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge | Cédric Le Goater |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-12-17 | xics: Don't deassert outputs | Greg Kurz |
2019-12-17 | xics: Link ICP_PROP_CPU property to ICPState::cs pointer | Greg Kurz |
2019-12-17 | xics: Link ICP_PROP_XICS property to ICPState::xics pointer | Greg Kurz |
2019-12-17 | xics: Link ICS_PROP_XICS property to ICSState::xics pointer | Greg Kurz |
2019-11-18 | ppc: Skip partially initialized vCPUs in 'info pic' | Greg Kurz |
2019-11-18 | xive, xics: Fix reference counting on CPU objects | Greg Kurz |
2019-11-18 | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater |
2019-10-24 | xics: Make some device types not user creatable | Greg Kurz |
2019-10-04 | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson |
2019-10-04 | xics: Eliminate reset hook | David Gibson |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson |
2019-10-04 | xics: Eliminate 'reject', 'resend' and 'eoi' class hooks | David Gibson |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-02 | xics/kvm: Add error propagation to ic*_set_kvm_state() functions | Greg Kurz |
2019-07-02 | xics: Add comment about CPU hotplug | Greg Kurz |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | ppc/xics: fix irq priority in ics_set_irq_type() | Cédric Le Goater |
2019-02-26 | xics: Write source state to KVM at claim time | Greg Kurz |
2019-02-26 | target/ppc: Add POWER9 external interrupt model | Benjamin Herrenschmidt |
2019-02-18 | xics: Handle KVM interrupt presentation from "simple" ICS code | Greg Kurz |
2019-02-18 | xics: Handle KVM ICS reset from the "simple" ICS code | Greg Kurz |
2019-02-18 | xics: Explicitely call KVM ICS methods from the common code | Greg Kurz |
2019-02-18 | xics: Handle KVM ICP realize from the common code | Greg Kurz |
2019-02-18 | xics: Handle KVM ICP reset from the common code | Greg Kurz |
2019-02-18 | xics: Explicitely call KVM ICP methods from the common code | Greg Kurz |