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
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
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-09
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
2017-06-09
xics: setup cpu at realize time
Greg Kurz
2017-06-09
xics: pass appropriate types to realize() handlers.
Greg Kurz
2017-06-09
xics: introduce macros for ICP/ICS link properties
Greg Kurz
2017-06-08
xics: add reset() handler to ICPStateClass
Greg Kurz
2017-05-25
xics: add unrealize handler
Greg Kurz
2017-04-26
ppc/xics: add a realize() handler to ICPStateClass
Cédric Le Goater
2017-04-26
spapr: allocate the ICPState object from under sPAPRCPUCore
Cédric Le Goater
2017-04-26
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
2017-03-06
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
2017-03-01
ppc/xics: move InterruptStatsProvider to the sPAPR machine
Cédric Le Goater
2017-03-01
ppc/xics: move ics-simple post_load under the machine
Cédric Le Goater
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
2017-03-01
ppc/xics: register the reset handler of ICP objects
Cédric Le Goater
2017-03-01
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
2017-03-01
ppc/xics: extend the QOM interface to handle ICPs
Cédric Le Goater
2017-03-01
ppc/xics: remove the XICS list of ICS
Cédric Le Goater
2017-03-01
ppc/xics: register the reset handler of ICS objects
Cédric Le Goater
2017-03-01
ppc/xics: remove xics_find_source()
Cédric Le Goater
2017-03-01
ppc/xics: use the QOM interface to resend irqs
Cédric Le Goater
2017-03-01
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
2017-03-01
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
2017-03-01
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
Cédric Le Goater
2017-03-01
ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objects
Cédric Le Goater
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
2017-03-01
xics: XICS should not be a SysBusDevice
David Gibson
2016-10-28
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
Cédric Le Goater
2016-10-28
ppc/xics: add a XICSState backlink in ICPState
Cédric Le Goater
2016-10-28
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
2016-10-28
ppc/xics: Add xics to the monitor "info pic" command
Benjamin Herrenschmidt
2016-10-14
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
2016-10-14
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
[next]