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
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
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2014-12-15
KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
Eric Auger
2014-06-27
xics: Disable flags reset on xics reset
Alexey Kardashevskiy
2014-06-27
xics: Add flags for interrupts
Alexey Kardashevskiy
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
2014-04-30
ppc: use kvm_vcpu_enable_cap()
Cornelia Huck
2014-03-13
xics-kvm: Fix reset function
Alexey Kardashevskiy
2014-03-05
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
2013-10-25
xics-kvm: enable irqfd for MSI
Alexey Kardashevskiy
2013-10-25
xics-kvm: Support for in-kernel XICS interrupt controller
David Gibson