summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/xics.h
Commit message (Expand)AuthorAgeFilesLines
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-15/+8Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridgeCédric Le Goater2020-02-021-0/+5
* ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-181-0/+1
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-241-0/+1
* xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson2019-10-041-10/+6Star
* xics: Eliminate reset hookDavid Gibson2019-10-041-1/+0Star
* xics: Rename misleading ics_simple_*() functionsDavid Gibson2019-10-041-3/+3
* xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson2019-10-041-4/+0Star
* xics: Minor fixes for XICSFabric interfaceDavid Gibson2019-10-041-5/+1Star
* spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater2019-10-041-0/+5
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* xics/kvm: Add error propagation to ic*_set_kvm_state() functionsGreg Kurz2019-07-021-3/+3
* xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz2019-07-021-1/+0Star
* spapr/irq: initialize the IRQ device only onceCédric Le Goater2019-05-291-0/+1
* xics: Write source state to KVM at claim timeGreg Kurz2019-02-251-0/+1
* xics: Drop the KVM ICS classGreg Kurz2019-02-181-3/+0Star
* xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2019-02-181-1/+1
* xics: Explicitely call KVM ICS methods from the common codeGreg Kurz2019-02-181-3/+4
* xics: Drop the KVM ICP classGreg Kurz2019-02-181-3/+0Star
* xics: Handle KVM ICP realize from the common codeGreg Kurz2019-02-181-0/+1
* xics: Handle KVM ICP reset from the common codeGreg Kurz2019-02-181-1/+0Star
* xics: Explicitely call KVM ICP methods from the common codeGreg Kurz2019-02-181-4/+5
* ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth2019-01-221-7/+0Star
* ppc/xics: allow ICSState to have an offset 0Cédric Le Goater2019-01-081-2/+1Star
* spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-081-1/+0Star
* ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2019-01-081-0/+2
* spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2018-12-201-2/+2
* spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2018-09-251-2/+0Star
* xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"Greg Kurz2018-08-211-1/+0Star
* ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater2018-07-031-0/+1
* ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater2018-07-031-1/+2
* ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater2018-07-031-2/+3
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-1/+0Star
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-141-4/+0Star
* ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-141-0/+3
* xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-141-0/+2
* xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-091-1/+0Star
* xics: setup cpu at realize timeGreg Kurz2017-06-091-2/+1Star
* xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-091-4/+4
* xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-091-0/+4
* xics: add reset() handler to ICPStateClassGreg Kurz2017-06-081-0/+1
* xics_kvm: cache already enabled vCPU idsGreg Kurz2017-05-241-1/+0Star
* ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz2017-05-241-1/+1
* ppc: xics: fix compilation with CentOS 6Paolo Bonzini2017-05-111-1/+1
* ppc/xics: preserve P and Q bits for KVM IRQsSam Bobroff2017-05-111-0/+2
* ppc/pnv: add a PnvICPState objectCédric Le Goater2017-04-261-0/+12