index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
xics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-26
xics: Write source state to KVM at claim time
Greg Kurz
1
-0
/
+4
2019-02-26
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
1
-0
/
+3
2019-02-18
xics: Handle KVM interrupt presentation from "simple" ICS code
Greg Kurz
1
-0
/
+5
2019-02-18
xics: Handle KVM ICS reset from the "simple" ICS code
Greg Kurz
1
-0
/
+4
2019-02-18
xics: Explicitely call KVM ICS methods from the common code
Greg Kurz
1
-13
/
+10
2019-02-18
xics: Handle KVM ICP realize from the common code
Greg Kurz
1
-0
/
+8
2019-02-18
xics: Handle KVM ICP reset from the common code
Greg Kurz
1
-8
/
+4
2019-02-18
xics: Explicitely call KVM ICP methods from the common code
Greg Kurz
1
-13
/
+11
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
1
-2
/
+0
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
1
-1
/
+1
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-6
/
+9
2018-07-16
ppc/xics: fix ICP reset path
Greg Kurz
1
-3
/
+11
2018-07-03
ppc/xics: move the vmstate structures under the ics-base class
Cédric Le Goater
1
-56
/
+56
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
1
-15
/
+30
2018-07-03
ppc/xics: move the instance_init handler under the ics-base class
Cédric Le Goater
1
-8
/
+8
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
1
-15
/
+22
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
1
-10
/
+0
2017-12-15
spapr: introduce a spapr_qirq() helper
Cédric Le Goater
1
-12
/
+0
2017-12-15
ppc/xics: assign of the CPU 'intc' pointer under the core
Cédric Le Goater
1
-1
/
+0
2017-12-15
ppc/xics: introduce an icp_create() helper
Cédric Le Goater
1
-0
/
+21
2017-11-14
xics/kvm: synchonize state before 'info pic'
Greg Kurz
1
-0
/
+11
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-2
/
+6
2017-09-15
xics: fix several error leaks
Greg Kurz
1
-6
/
+6
2017-06-30
xics: directly register ICPState objects to vmstate
Greg Kurz
1
-1
/
+4
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-06-09
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
1
-4
/
+0
2017-06-09
xics: setup cpu at realize time
Greg Kurz
1
-44
/
+32
2017-06-09
xics: pass appropriate types to realize() handlers.
Greg Kurz
1
-6
/
+4
2017-06-09
xics: introduce macros for ICP/ICS link properties
Greg Kurz
1
-4
/
+4
2017-06-08
xics: add reset() handler to ICPStateClass
Greg Kurz
1
-0
/
+5
2017-05-25
xics: add unrealize handler
Greg Kurz
1
-0
/
+5
2017-04-26
ppc/xics: add a realize() handler to ICPStateClass
Cédric Le Goater
1
-0
/
+5
2017-04-26
spapr: allocate the ICPState object from under sPAPRCPUCore
Cédric Le Goater
1
-11
/
+0
2017-04-26
ppc/xics: introduce an 'intc' backlink under PowerPCCPU
Cédric Le Goater
1
-3
/
+3
2017-03-06
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
1
-4
/
+6
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
1
-77
/
+77
2017-03-01
ppc/xics: move InterruptStatsProvider to the sPAPR machine
Cédric Le Goater
1
-18
/
+2
2017-03-01
ppc/xics: move ics-simple post_load under the machine
Cédric Le Goater
1
-10
/
+0
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
1
-11
/
+0
2017-03-01
ppc/xics: register the reset handler of ICP objects
Cédric Le Goater
1
-18
/
+0
2017-03-01
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
1
-14
/
+18
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
1
-4
/
+4
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
1
-2
/
+3
2017-03-01
ppc/xics: extend the QOM interface to handle ICPs
Cédric Le Goater
1
-1
/
+1
2017-03-01
ppc/xics: remove the XICS list of ICS
Cédric Le Goater
1
-8
/
+0
2017-03-01
ppc/xics: register the reset handler of ICS objects
Cédric Le Goater
1
-5
/
+0
2017-03-01
ppc/xics: remove xics_find_source()
Cédric Le Goater
1
-12
/
+0
2017-03-01
ppc/xics: use the QOM interface to resend irqs
Cédric Le Goater
1
-9
/
+11
2017-03-01
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
1
-2
/
+3
2017-03-01
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
1
-1
/
+1
[next]