summaryrefslogtreecommitdiff
path: root/hw/intc/xics_kvm.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater1-5/+10
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater1-17/+17
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater1-13/+0
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater1-10/+3
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater1-29/+29
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater1-7/+2
2017-03-01ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater1-9/+7
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater1-20/+1
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater1-35/+1
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater1-12/+1
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt1-6/+6
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt1-8/+19
2016-09-07xics_kvm: drop extra checking of kernel_xics_fdGreg Kurz1-12/+8
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-27/+30
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-7/+7
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao1-4/+4
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini1-1/+1
2016-05-19explicitly include linux/kvm.hPaolo Bonzini1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-07-07xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabledBharata B Rao1-0/+10
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-1/+1
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-1/+0
2014-06-27xics: Disable flags reset on xics resetAlexey Kardashevskiy1-0/+7
2014-06-27xics: Add flags for interruptsAlexey Kardashevskiy1-3/+2
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-14/+8
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck1-6/+2
2014-03-13xics-kvm: Fix reset functionAlexey Kardashevskiy1-1/+10
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-5/+5
2013-10-25xics-kvm: enable irqfd for MSIAlexey Kardashevskiy1-0/+6
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson1-0/+488