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
...
*
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
*
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
2017-03-01
1
-4
/
+4
*
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
2017-03-01
1
-2
/
+3
*
ppc/xics: extend the QOM interface to handle ICPs
Cédric Le Goater
2017-03-01
1
-1
/
+1
*
ppc/xics: remove the XICS list of ICS
Cédric Le Goater
2017-03-01
1
-8
/
+0
*
ppc/xics: register the reset handler of ICS objects
Cédric Le Goater
2017-03-01
1
-5
/
+0
*
ppc/xics: remove xics_find_source()
Cédric Le Goater
2017-03-01
1
-12
/
+0
*
ppc/xics: use the QOM interface to resend irqs
Cédric Le Goater
2017-03-01
1
-9
/
+11
*
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
2017-03-01
1
-2
/
+3
*
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
2017-03-01
1
-1
/
+1
*
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
Cédric Le Goater
2017-03-01
1
-0
/
+7
*
ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objects
Cédric Le Goater
2017-03-01
1
-35
/
+41
*
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
2017-03-01
1
-56
/
+18
*
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
2017-03-01
1
-36
/
+36
*
xics: XICS should not be a SysBusDevice
David Gibson
2017-03-01
1
-1
/
+1
*
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
Cédric Le Goater
2016-10-28
1
-15
/
+10
*
ppc/xics: add a XICSState backlink in ICPState
Cédric Le Goater
2016-10-28
1
-0
/
+1
*
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
2016-10-28
1
-3
/
+21
*
ppc/xics: Add xics to the monitor "info pic" command
Benjamin Herrenschmidt
2016-10-28
1
-0
/
+49
*
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
2016-10-14
1
-57
/
+93
*
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
2016-10-14
1
-34
/
+49
*
ppc/xics: account correct irq status
Nikunj A Dadhania
2016-09-23
1
-2
/
+5
*
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
2016-07-01
1
-60
/
+60
*
ppc/xics: Implement H_IPOLL using an accessor
Benjamin Herrenschmidt
2016-07-01
1
-0
/
+8
*
ppc/xics: Move SPAPR specific code to a separate file
Benjamin Herrenschmidt
2016-07-01
1
-409
/
+9
*
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
2016-07-01
1
-16
/
+17
*
ppc/xics: Remove unused xics_set_irq_type()
Benjamin Herrenschmidt
2016-06-27
1
-11
/
+0
*
xics,xics_kvm: Handle CPU unplug correctly
Bharata B Rao
2016-06-17
1
-0
/
+14
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
[prev]
[next]