summary refs log tree commit diff stats
path: root/hw/ppc/spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin2017-01-311-8/+10
* spapr: clock should count only if vm is runningLaurent Vivier2017-01-311-0/+6
* ppc: Rewrite ppc_get_compat_smt_threads()David Gibson2017-01-311-4/+4
* pseries: Add pseries-2.9 machine typeDavid Gibson2017-01-311-2/+21
* hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth2017-01-311-0/+13
* ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2017-01-311-2/+2
* ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-311-2/+2
* ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-311-3/+5
* pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-311-4/+1
* pseries: Always use core objects for CPU constructionDavid Gibson2017-01-311-54/+71
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-1/+1
* spapr: fix default DRC state for coldplugged LMBsMichael Roth2016-12-011-0/+5
* spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson2016-11-231-0/+5
* target-ppc: Allow eventual removal of old migration mistakesDavid Gibson2016-11-231-0/+5
* spapr: migration support for CAS-negotiated option vectorsMichael Roth2016-11-231-0/+66
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-311-2/+2
|\
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-2/+2
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+0
|\ \
| * | clean-up: removed duplicate #includesAnand J2016-10-281-1/+0
| |/
* | spapr: Memory hot-unplug supportBharata B Rao2016-10-281-1/+118
* | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
* | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
* | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-281-2/+7
* | spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-6/+17
* | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-281-6/+34
* | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-281-2/+8
* | pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-58/+36
* | pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-281-17/+2
* | pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson2016-10-281-21/+28
* | pseries: Move /event-sources construction to spapr_build_fdt()David Gibson2016-10-281-3/+3
* | pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-58/+72
* | pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-281-66/+65
* | pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-17/+3
* | pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-2/+1
* | pseries: Move adding of fdt reserve map entriesDavid Gibson2016-10-281-8/+9
* | pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-45/+36
* | pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-7/+7
* | pseries: Split device tree construction from device tree loadDavid Gibson2016-10-281-19/+23
|/
* Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-161-30/+92
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-161-2/+8
* spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson2016-10-161-2/+14
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-161-0/+31
* spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-1/+5
* ppc: Check the availability of transactional memoryThomas Huth2016-10-051-1/+4
* hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-051-2/+9
* hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-051-30/+36
* pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson2016-10-051-2/+20
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-281-4/+2
|\