summary refs log tree commit diff stats
path: root/hw/ppc/spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater2017-03-011-0/+18
* ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2017-03-011-5/+9
* ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater2017-03-011-7/+23
* ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater2017-03-011-17/+37
* xics: XICS should not be a SysBusDeviceDavid Gibson2017-03-011-1/+2
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-0/+60
* sysemu: support up to 1024 vCPUsGreg Kurz2017-03-011-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2017-02-251-0/+3
|\
| * tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+3
* | hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth2017-02-221-0/+8
* | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov2017-02-221-10/+10
* | machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov2017-02-221-32/+2
* | spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov2017-02-221-39/+90
* | spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov2017-02-221-4/+14
* | spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-221-0/+138
|/
* 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