index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
intc
/
xics.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
xics/kvm: Add error propagation to ic*_set_kvm_state() functions
Greg Kurz
2019-07-02
1
-5
/
+34
*
xics: Add comment about CPU hotplug
Greg Kurz
2019-07-02
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
ppc/xics: fix irq priority in ics_set_irq_type()
Cédric Le Goater
2019-05-29
1
-2
/
+8
*
xics: Write source state to KVM at claim time
Greg Kurz
2019-02-25
1
-0
/
+4
*
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+3
*
xics: Handle KVM interrupt presentation from "simple" ICS code
Greg Kurz
2019-02-18
1
-0
/
+5
*
xics: Handle KVM ICS reset from the "simple" ICS code
Greg Kurz
2019-02-18
1
-0
/
+4
*
xics: Explicitely call KVM ICS methods from the common code
Greg Kurz
2019-02-18
1
-13
/
+10
*
xics: Handle KVM ICP realize from the common code
Greg Kurz
2019-02-18
1
-0
/
+8
*
xics: Handle KVM ICP reset from the common code
Greg Kurz
2019-02-18
1
-8
/
+4
*
xics: Explicitely call KVM ICP methods from the common code
Greg Kurz
2019-02-18
1
-13
/
+11
*
spapr: move the qemu_irq array under the machine
Cédric Le Goater
2019-01-08
1
-2
/
+0
*
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
2019-01-08
1
-1
/
+1
*
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-10-19
1
-6
/
+9
*
ppc/xics: fix ICP reset path
Greg Kurz
2018-07-16
1
-3
/
+11
*
ppc/xics: move the vmstate structures under the ics-base class
Cédric Le Goater
2018-07-03
1
-56
/
+56
*
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
2018-07-03
1
-15
/
+30
*
ppc/xics: move the instance_init handler under the ics-base class
Cédric Le Goater
2018-07-03
1
-8
/
+8
*
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
2018-07-03
1
-15
/
+22
*
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
2018-07-03
1
-10
/
+0
*
spapr: introduce a spapr_qirq() helper
Cédric Le Goater
2017-12-14
1
-12
/
+0
*
ppc/xics: assign of the CPU 'intc' pointer under the core
Cédric Le Goater
2017-12-14
1
-1
/
+0
*
ppc/xics: introduce an icp_create() helper
Cédric Le Goater
2017-12-14
1
-0
/
+21
*
xics/kvm: synchonize state before 'info pic'
Greg Kurz
2017-11-14
1
-0
/
+11
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-2
/
+6
*
xics: fix several error leaks
Greg Kurz
2017-09-15
1
-6
/
+6
*
xics: directly register ICPState objects to vmstate
Greg Kurz
2017-06-30
1
-1
/
+4
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
2017-06-09
1
-4
/
+0
*
xics: setup cpu at realize time
Greg Kurz
2017-06-09
1
-44
/
+32
*
xics: pass appropriate types to realize() handlers.
Greg Kurz
2017-06-09
1
-6
/
+4
*
xics: introduce macros for ICP/ICS link properties
Greg Kurz
2017-06-09
1
-4
/
+4
*
xics: add reset() handler to ICPStateClass
Greg Kurz
2017-06-08
1
-0
/
+5
*
xics: add unrealize handler
Greg Kurz
2017-05-25
1
-0
/
+5
*
ppc/xics: add a realize() handler to ICPStateClass
Cédric Le Goater
2017-04-26
1
-0
/
+5
*
spapr: allocate the ICPState object from under sPAPRCPUCore
Cédric Le Goater
2017-04-26
1
-11
/
+0
*
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
2017-04-26
1
-3
/
+3
*
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
2017-03-06
1
-4
/
+6
*
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
2017-03-01
1
-77
/
+77
*
ppc/xics: move InterruptStatsProvider to the sPAPR machine
Cédric Le Goater
2017-03-01
1
-18
/
+2
*
ppc/xics: move ics-simple post_load under the machine
Cédric Le Goater
2017-03-01
1
-10
/
+0
*
ppc/xics: remove the XICSState classes
Cédric Le Goater
2017-03-01
1
-11
/
+0
*
ppc/xics: register the reset handler of ICP objects
Cédric Le Goater
2017-03-01
1
-18
/
+0
*
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
2017-03-01
1
-14
/
+18
[next]