aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc/spapr.h
AgeCommit message (Expand)Author
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson
2017-07-17pseries: Stubs for HPT resizingDavid Gibson
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-07-11spapr: refresh "platform-specific" hcalls commentGreg Kurz
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza
2017-05-25hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineStateDavid Gibson
2017-05-24hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntryDaniel Henrique Barboza
2017-05-24spapr: Consolidate HPT freeing code into a routineBharata B Rao
2017-04-26spapr: remove the 'nr_servers' field from the machineCédric Le Goater
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater
2017-04-26spapr: Workaround for broken radix guestsSam Bobroff
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh
2017-04-26target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater
2017-03-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...Peter Maydell
2017-03-04ppc: avoid typedef redefinitionsPaolo Bonzini
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth