index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
xics_kvm.c
Age
Commit message (
Expand
)
Author
2019-03-12
spapr: Use CamelCase properly
David Gibson
2019-02-26
xics: Write source state to KVM at claim time
Greg Kurz
2019-02-18
xics: Drop the KVM ICS class
Greg Kurz
2019-02-18
xics: Handle KVM interrupt presentation from "simple" ICS code
Greg Kurz
2019-02-18
xics: Handle KVM ICS reset from the "simple" ICS code
Greg Kurz
2019-02-18
xics: Explicitely call KVM ICS methods from the common code
Greg Kurz
2019-02-18
xics: Drop the KVM ICP class
Greg Kurz
2019-02-18
xics: Handle KVM ICP realize from the common code
Greg Kurz
2019-02-18
xics: Handle KVM ICP reset from the common code
Greg Kurz
2019-02-18
xics: Explicitely call KVM ICP methods from the common code
Greg Kurz
2019-01-22
ppc: Move spapr-related prototypes from xics.h into a seperate header file
Thomas Huth
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2018-07-03
ppc/xics: rework the ICS classes inheritance tree
Cédric Le Goater
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
2018-06-16
xics_kvm: fix a build break
Cédric Le Goater
2018-06-12
xics_kvm: use KVM helpers
Cédric Le Goater
2017-11-14
xics/kvm: synchonize state before 'info pic'
Greg Kurz
2017-06-09
xics: drop ICPStateClass::cpu_setup() handler
Greg Kurz
2017-06-09
xics: pass appropriate types to realize() handlers.
Greg Kurz
2017-06-08
xics: add reset() handler to ICPStateClass
Greg Kurz
2017-05-25
xics: add unrealize handler
Greg Kurz
2017-05-24
xics_kvm: cache already enabled vCPU ids
Greg Kurz
2017-05-11
ppc/xics: preserve P and Q bits for KVM IRQs
Sam Bobroff
2017-05-11
ppc/xics: Fix stale irq->status bits after get
Sam Bobroff
2017-03-06
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
2017-03-01
ppc/xics: export the XICS init routines
Cédric Le Goater
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
2017-03-01
ppc/xics: move kernel_xics_fd out of KVMXICSState
Cédric Le Goater
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
2016-10-28
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
2016-10-14
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
2016-10-14
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
2016-09-07
xics_kvm: drop extra checking of kernel_xics_fd
Greg Kurz
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
2016-06-17
xics,xics_kvm: Handle CPU unplug correctly
Bharata B Rao
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
2016-05-19
explicitly include linux/kvm.h
Paolo Bonzini
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-07-07
xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled
Bharata B Rao
[next]