aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xics_kvm.c
AgeCommit message (Expand)Author
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater
2019-05-29spapr: check for the activation of the KVM IRQ deviceCédric Le Goater
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-26xics: Write source state to KVM at claim timeGreg Kurz
2019-02-18xics: Drop the KVM ICS classGreg Kurz
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz
2019-02-18xics: Drop the KVM ICP classGreg Kurz
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater
2018-07-03ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater
2018-07-03ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater
2018-07-03ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater
2018-06-16xics_kvm: fix a build breakCédric Le Goater
2018-06-12xics_kvm: use KVM helpersCédric Le Goater
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz
2017-05-25xics: add unrealize handlerGreg Kurz
2017-05-24xics_kvm: cache already enabled vCPU idsGreg Kurz
2017-05-11ppc/xics: preserve P and Q bits for KVM IRQsSam Bobroff
2017-05-11ppc/xics: Fix stale irq->status bits after getSam Bobroff
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater
2017-03-01ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt
2016-09-07xics_kvm: drop extra checking of kernel_xics_fdGreg Kurz
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini
2016-05-19explicitly include linux/kvm.hPaolo Bonzini
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini