summaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier1-0/+1
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell1-0/+1
2017-03-04ppc: avoid typedef redefinitionsPaolo Bonzini2-3/+2
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh1-0/+1
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater1-0/+2
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater1-1/+0
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater2-36/+0
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater1-0/+5
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater2-2/+3
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater1-1/+1
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater1-5/+5
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater1-2/+1
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater1-1/+1
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater1-0/+3
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater1-2/+0
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater1-1/+0
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater1-1/+2
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater2-2/+3
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater1-0/+1
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater1-0/+18
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2-3/+4
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater1-3/+0
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater1-2/+1
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson1-1/+1
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov1-1/+0
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov1-6/+0
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin1-1/+4
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson1-1/+0
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson1-1/+0
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth3-3/+3
2016-11-23spapr: migration support for CAS-negotiated option vectorsMichael Roth1-0/+4
2016-11-15ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater2-3/+3
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater2-3/+0
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao1-0/+4
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth2-2/+5
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth1-0/+1
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth1-1/+3
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2-1/+7
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth1-0/+62
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson1-1/+0
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson1-1/+1
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson1-1/+1
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson1-2/+1
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson1-1/+1
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson1-0/+1
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson1-0/+1
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson1-0/+4
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson1-1/+0
2016-10-28ppc/pnv: add a ISA busCédric Le Goater1-0/+2