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_kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-12-14
spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
Greg Kurz
1
-1
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2019-12-17
spapr/xics: Configure number of servers in KVM
Greg Kurz
1
-2
/
+19
2019-12-17
spapr: Pass the maximum number of vCPUs to the KVM interrupt controller
Greg Kurz
1
-1
/
+2
2019-10-24
spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines
David Gibson
1
-4
/
+5
2019-10-04
spapr/irq: Only claim VALID interrupts at the KVM level
Cédric Le Goater
1
-0
/
+8
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-28
xics/kvm: Fix fallback to emulated XICS
Greg Kurz
1
-11
/
+0
2019-07-12
xics/kvm: Always set the MASKED bit if interrupt is masked
Greg Kurz
1
-0
/
+3
2019-07-02
xics/kvm: Add proper rollback to xics_kvm_init()
Greg Kurz
1
-6
/
+5
2019-07-02
xics/kvm: Add error propagation to ic*_set_kvm_state() functions
Greg Kurz
1
-15
/
+22
2019-07-02
xics/kvm: Always use local_err in xics_kvm_init()
Greg Kurz
1
-6
/
+10
2019-07-02
xics/kvm: Skip rollback when KVM XICS is absent
Greg Kurz
1
-1
/
+1
2019-07-02
xics/spapr: Rename xics_kvm_init()
Greg Kurz
1
-1
/
+1
2019-07-02
xics/spapr: Detect old KVM XICS on POWER9 hosts
Greg Kurz
1
-0
/
+30
2019-07-02
xics/spapr: Register RTAS/hypercalls once at machine init
Greg Kurz
1
-19
/
+0
2019-05-29
spapr/irq: add KVM support to the 'dual' machine
Cédric Le Goater
1
-0
/
+31
2019-05-29
spapr: check for the activation of the KVM IRQ device
Cédric Le Goater
1
-1
/
+30
2019-05-29
spapr: introduce routines to delete the KVM IRQ device
Cédric Le Goater
1
-0
/
+51
2019-03-12
spapr: Use CamelCase properly
David Gibson
1
-2
/
+2
2019-02-26
xics: Write source state to KVM at claim time
Greg Kurz
1
-31
/
+43
2019-02-18
xics: Drop the KVM ICS class
Greg Kurz
1
-40
/
+0
2019-02-18
xics: Handle KVM interrupt presentation from "simple" ICS code
Greg Kurz
1
-2
/
+1
2019-02-18
xics: Handle KVM ICS reset from the "simple" ICS code
Greg Kurz
1
-18
/
+0
2019-02-18
xics: Explicitely call KVM ICS methods from the common code
Greg Kurz
1
-8
/
+4
2019-02-18
xics: Drop the KVM ICP class
Greg Kurz
1
-18
/
+0
2019-02-18
xics: Handle KVM ICP realize from the common code
Greg Kurz
1
-9
/
+1
2019-02-18
xics: Handle KVM ICP reset from the common code
Greg Kurz
1
-11
/
+0
2019-02-18
xics: Explicitely call KVM ICP methods from the common code
Greg Kurz
1
-8
/
+4
2019-01-22
ppc: Move spapr-related prototypes from xics.h into a seperate header file
Thomas Huth
1
-0
/
+1
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
1
-1
/
+0
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
1
-1
/
+1
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2018-07-03
ppc/xics: rework the ICS classes inheritance tree
Cédric Le Goater
1
-7
/
+5
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
1
-16
/
+10
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
1
-5
/
+15
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
1
-7
/
+27
2018-06-16
xics_kvm: fix a build break
Cédric Le Goater
1
-6
/
+4
2018-06-12
xics_kvm: use KVM helpers
Cédric Le Goater
1
-38
/
+14
2017-11-14
xics/kvm: synchonize state before 'info pic'
Greg Kurz
1
-0
/
+19
2017-06-09
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
1
-6
/
+6
2017-06-09
xics: pass appropriate types to realize() handlers.
Greg Kurz
1
-4
/
+2
2017-06-08
xics: add reset() handler to ICPStateClass
Greg Kurz
1
-25
/
+2
2017-05-25
xics: add unrealize handler
Greg Kurz
1
-0
/
+6
2017-05-24
xics_kvm: cache already enabled vCPU ids
Greg Kurz
1
-7
/
+20
2017-05-11
ppc/xics: preserve P and Q bits for KVM IRQs
Sam Bobroff
1
-0
/
+12
2017-05-11
ppc/xics: Fix stale irq->status bits after get
Sam Bobroff
1
-0
/
+1
2017-03-06
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
1
-5
/
+10
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
1
-17
/
+17
[next]