aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster3-0/+3
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-1/+2
2017-02-02hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be foundThomas Huth1-3/+3
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin3-0/+19
2017-01-31ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-8/+10
2017-01-31spapr: clock should count only if vm is runningLaurent Vivier2-23/+49
2017-01-31ppc: Remove unused function cpu_ppc601_rtc_init()Thomas Huth1-7/+0
2017-01-31ppc: Prevent inifnite loop in decrementer auto-reload.Roman Kapl1-2/+6
2017-01-31ppc: Add ppc_set_compat_all()David Gibson1-26/+5
2017-01-31pseries: Rewrite CAS PVR compatibility logicDavid Gibson2-72/+34
2017-01-31prep: add IBM RS/6000 7020 (40p) machine emulationHervé Poussineau1-0/+230
2017-01-31prep: add IBM RS/6000 7020 (40p) memory controllerHervé Poussineau3-0/+240
2017-01-31prep: add PReP System I/OHervé Poussineau3-0/+308
2017-01-31hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao1-10/+0
2017-01-31hw/ppc: QOM'ify ppce500_spin.cxiaoqiang zhao1-10/+8
2017-01-31hw/ppc: QOM'ify e500.cxiaoqiang zhao1-13/+4
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson1-4/+4
2017-01-31pseries: Add pseries-2.9 machine typeDavid Gibson1-2/+21
2017-01-31prep: do not use global variable to access nvramHervé Poussineau1-2/+2
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth1-0/+13
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2-2/+43
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson2-17/+17
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson2-3/+6
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson2-10/+3
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson2-72/+90
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-19kvm: move cpu synchronization codeVincent Palatin4-5/+5
2016-12-20Move target-* CPU file into a target/ folderThomas Huth6-8/+8
2016-12-01spapr: fix default DRC state for coldplugged LMBsMichael Roth1-0/+5
2016-11-23spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson2-5/+33
2016-11-23Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"David Gibson1-12/+6
2016-11-23target-ppc: Allow eventual removal of old migration mistakesDavid Gibson1-0/+5
2016-11-23spapr: migration support for CAS-negotiated option vectorsMichael Roth2-0/+78
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2-0/+2
2016-11-15ppc/pnv: Fix fatal bug on 32-bit hostsDavid Gibson1-1/+1
2016-11-15ppc/pnv: fix xscom address translation for POWER9Cédric Le Goater1-4/+4
2016-11-15ppc/pnv: add a 'xscom_core_base' field to PnvChipClassCédric Le Goater1-1/+7
2016-11-15spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson1-6/+12
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater3-2/+4
2016-11-15powernv: CPU compatibility modes don't make sense for powernvDavid Gibson1-5/+1
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell3-11/+11
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini3-11/+11
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-2/+0
2016-10-28clean-up: removed duplicate #includesAnand J2-2/+0
2016-10-28spapr: Memory hot-unplug supportBharata B Rao2-1/+135
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao1-15/+61
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth2-39/+172
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth1-6/+17