summary refs log tree commit diff stats
path: root/hw/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: Prevent inifnite loop in decrementer auto-reload.Roman Kapl2017-01-311-2/+6
* ppc: Add ppc_set_compat_all()David Gibson2017-01-311-26/+5
* pseries: Rewrite CAS PVR compatibility logicDavid Gibson2017-01-312-72/+34
* prep: add IBM RS/6000 7020 (40p) machine emulationHervé Poussineau2017-01-311-0/+230
* prep: add IBM RS/6000 7020 (40p) memory controllerHervé Poussineau2017-01-313-0/+240
* prep: add PReP System I/OHervé Poussineau2017-01-313-0/+308
* hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao2017-01-311-10/+0
* hw/ppc: QOM'ify ppce500_spin.cxiaoqiang zhao2017-01-311-10/+8
* hw/ppc: QOM'ify e500.cxiaoqiang zhao2017-01-311-13/+4
* 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
* prep: do not use global variable to access nvramHervé Poussineau2017-01-311-2/+2
* 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-312-2/+43
* ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-312-17/+17
* ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-312-3/+6
* pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-312-10/+3
* pseries: Always use core objects for CPU constructionDavid Gibson2017-01-312-72/+90
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* kvm: move cpu synchronization codeVincent Palatin2017-01-194-5/+5
* Move target-* CPU file into a target/ folderThomas Huth2016-12-206-8/+8
* 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-232-5/+33
* Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"David Gibson2016-11-231-12/+6
* target-ppc: Allow eventual removal of old migration mistakesDavid Gibson2016-11-231-0/+5
* spapr: migration support for CAS-negotiated option vectorsMichael Roth2016-11-232-0/+78
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-162-0/+2
* ppc/pnv: Fix fatal bug on 32-bit hostsDavid Gibson2016-11-151-1/+1
* ppc/pnv: fix xscom address translation for POWER9Cédric Le Goater2016-11-151-4/+4
* ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater2016-11-151-1/+7
* spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson2016-11-151-6/+12
* ppc/pnv: fix compile breakage on old gccCédric Le Goater2016-11-153-2/+4
* powernv: CPU compatibility modes don't make sense for powernvDavid Gibson2016-11-151-5/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-313-11/+11
|\
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-313-11/+11
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-312-2/+0
|\ \
| * | clean-up: removed duplicate #includesAnand J2016-10-282-2/+0
| |/
* | spapr: Memory hot-unplug supportBharata B Rao2016-10-282-1/+135
* | spapr: use count+index for memory hotplugMichael Roth2016-10-281-4/+18
* | spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2016-10-281-15/+61
* | spapr: add hotplug interrupt machine optionsMichael Roth2016-10-281-0/+28
* | spapr_events: add support for dedicated hotplug event sourceMichael Roth2016-10-282-39/+172
* | spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2016-10-281-6/+17
* | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-282-10/+52
* | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-282-43/+23
* | spapr_ovec: initial implementation of option vector helpersMichael Roth2016-10-282-1/+243
* | pseries: Remove spapr_create_fdt_skel()David Gibson2016-10-281-58/+36
* | pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson2016-10-282-24/+18
* | 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-282-14/+13