summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2-1/+18
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka2-1/+18
2017-02-22hw/ppc/ppc405_uc.c: Avoid integer overflowsPeter Maydell1-3/+3
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth1-0/+8
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov1-10/+10
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-32/+2
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov1-39/+90
2017-02-22spapr: replace debug printf with trace pointsLaurent Vivier2-14/+7
2017-02-22ppc4xx: replace debug printf with trace pointsLaurent Vivier2-10/+7
2017-02-22mac99: replace debug printf with trace pointsLaurent Vivier2-12/+7
2017-02-22spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff1-1/+1
2017-02-22hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth1-3/+3
2017-02-22spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov1-4/+14
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2-138/+138
2017-02-22spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov1-5/+10
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