summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell2017-03-041-0/+1
|\
| * target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh2017-03-031-0/+1
* | ppc: avoid typedef redefinitionsPaolo Bonzini2017-03-042-3/+2Star
|/
* ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater2017-03-011-0/+2
* ppc/xics: move ics-simple post_load under the machineCédric Le Goater2017-03-011-1/+0Star
* ppc/xics: remove the XICSState classesCédric Le Goater2017-03-012-36/+0Star
* ppc/xics: export the XICS init routinesCédric Le Goater2017-03-011-0/+5
* ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater2017-03-012-2/+3
* ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater2017-03-011-1/+1
* ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2017-03-011-5/+5
* ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater2017-03-011-2/+1Star
* ppc/xics: simplify the cpu_setup() handlerCédric Le Goater2017-03-011-1/+1
* ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater2017-03-011-0/+3
* ppc/xics: remove the XICS list of ICSCédric Le Goater2017-03-011-2/+0Star
* ppc/xics: remove xics_find_source()Cédric Le Goater2017-03-011-1/+0Star
* ppc/xics: use the QOM interface to resend irqsCédric Le Goater2017-03-011-1/+2
* ppc/xics: use the QOM interface to get irqsCédric Le Goater2017-03-012-2/+3
* ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater2017-03-011-0/+1
* ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater2017-03-011-0/+18
* ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2017-03-012-3/+4
* ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-011-3/+0Star
* ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater2017-03-011-2/+1Star
* xics: XICS should not be a SysBusDeviceDavid Gibson2017-03-011-1/+1
* spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov2017-02-221-1/+0Star
* spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-221-6/+0Star
* ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2017-01-311-1/+4
* pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-311-1/+0Star
* pseries: Always use core objects for CPU constructionDavid Gibson2017-01-311-1/+0Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-203-3/+3
* spapr: migration support for CAS-negotiated option vectorsMichael Roth2016-11-231-0/+4
* ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater2016-11-152-3/+3
* ppc/pnv: fix compile breakage on old gccCédric Le Goater2016-11-152-3/+0Star
* spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-281-0/+4
* spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-282-2/+5
* spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-0/+1
* spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-281-1/+3
* spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-282-1/+7
* spapr_ovec: initial implementation of option vector helpersMichael Roth2016-10-281-0/+62
* pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-1/+0Star
* pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-281-1/+1
* pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-281-1/+1
* pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-2/+1Star
* pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-281-1/+1
* pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-0/+1
* pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-0/+1
* pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-0/+4
* pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-1/+0Star
* ppc/pnv: add a ISA busCédric Le Goater2016-10-281-0/+2
* ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-283-0/+73