aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)Author
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2022-12-16hw/intc/xics: Convert TYPE_ICS to 3-phase resetPeter Maydell
2022-12-16hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()Peter Maydell
2022-09-22hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-07-18ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-02ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridgeCédric Le Goater
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17xics: Don't deassert outputsGreg Kurz
2019-12-17xics: Link ICP_PROP_CPU property to ICPState::cs pointerGreg Kurz
2019-12-17xics: Link ICP_PROP_XICS property to ICPState::xics pointerGreg Kurz
2019-12-17xics: Link ICS_PROP_XICS property to ICSState::xics pointerGreg Kurz
2019-11-18ppc: Skip partially initialized vCPUs in 'info pic'Greg Kurz
2019-11-18xive, xics: Fix reference counting on CPU objectsGreg Kurz
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater
2019-10-24xics: Make some device types not user creatableGreg Kurz
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson
2019-10-04xics: Eliminate reset hookDavid Gibson
2019-10-04xics: Rename misleading ics_simple_*() functionsDavid Gibson
2019-10-04xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-02xics/kvm: Add error propagation to ic*_set_kvm_state() functionsGreg Kurz
2019-07-02xics: Add comment about CPU hotplugGreg Kurz
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29ppc/xics: fix irq priority in ics_set_irq_type()Cédric Le Goater
2019-02-26xics: Write source state to KVM at claim timeGreg Kurz
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-07-16ppc/xics: fix ICP reset pathGreg Kurz
2018-07-03ppc/xics: move the vmstate structures under the ics-base classCédric Le Goater