aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc/xics.h
AgeCommit message (Expand)Author
2017-04-26ppc/xics: add a realize() handler to ICPStateClassCédric Le Goater
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater
2017-03-04ppc: avoid typedef redefinitionsPaolo Bonzini
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: move ics-simple post_load under the machineCé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 ICP array under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to grab an ICPCé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: extend the QOM interface to handle ICPsCédric Le Goater
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCé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
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCé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-23ppc/xics: An ICS with offset 0 is assumed to be uninitializedBenjamin Herrenschmidt
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt
2016-07-01ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt
2016-07-01ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz
2015-07-07xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabledBharata B Rao
2014-06-27xics: Implement xics_ics_free()Alexey Kardashevskiy
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy
2014-06-27xics: Add flags for interruptsAlexey Kardashevskiy
2014-06-16spapr_pci: Advertise MSI quotaBadari Pulavarty
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori