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
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
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
1
-13
/
+0
2017-03-01
ppc/xics: export the XICS init routines
Cédric Le Goater
1
-10
/
+3
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
1
-29
/
+29
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
1
-7
/
+2
2017-03-01
ppc/xics: move kernel_xics_fd out of KVMXICSState
Cédric Le Goater
1
-9
/
+7
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
1
-20
/
+1
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
1
-35
/
+1
2016-10-28
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
1
-12
/
+1
2016-10-14
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
1
-6
/
+6
2016-10-14
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
1
-8
/
+19
2016-09-07
xics_kvm: drop extra checking of kernel_xics_fd
Greg Kurz
1
-12
/
+8
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
1
-27
/
+30
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
1
-7
/
+7
2016-06-17
xics,xics_kvm: Handle CPU unplug correctly
Bharata B Rao
1
-4
/
+4
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
1
-1
/
+1
2016-05-19
explicitly include linux/kvm.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-07-07
xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled
Bharata B Rao
1
-0
/
+10
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-1
/
+1
2014-12-15
KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
Eric Auger
1
-1
/
+0
2014-06-27
xics: Disable flags reset on xics reset
Alexey Kardashevskiy
1
-0
/
+7
2014-06-27
xics: Add flags for interrupts
Alexey Kardashevskiy
1
-3
/
+2
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-14
/
+8
2014-04-30
ppc: use kvm_vcpu_enable_cap()
Cornelia Huck
1
-6
/
+2
2014-03-13
xics-kvm: Fix reset function
Alexey Kardashevskiy
1
-1
/
+10
2014-03-05
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
1
-5
/
+5
2013-10-25
xics-kvm: enable irqfd for MSI
Alexey Kardashevskiy
1
-0
/
+6
2013-10-25
xics-kvm: Support for in-kernel XICS interrupt controller
David Gibson
1
-0
/
+488