index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
xics.c
Age
Commit message (
Expand
)
Author
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
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-07-16
ppc/xics: fix ICP reset path
Greg Kurz
2018-07-03
ppc/xics: move the vmstate structures under the ics-base class
Cédric Le Goater
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
2018-07-03
ppc/xics: move the instance_init handler under the ics-base class
Cédric Le Goater
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
2017-12-15
spapr: introduce a spapr_qirq() helper
Cédric Le Goater
2017-12-15
ppc/xics: assign of the CPU 'intc' pointer under the core
Cédric Le Goater
2017-12-15
ppc/xics: introduce an icp_create() helper
Cédric Le Goater
2017-11-14
xics/kvm: synchonize state before 'info pic'
Greg Kurz
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-15
xics: fix several error leaks
Greg Kurz
2017-06-30
xics: directly register ICPState objects to vmstate
Greg Kurz
[next]