index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
2
-1
/
+18
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
2
-1
/
+18
2017-02-22
hw/ppc/ppc405_uc.c: Avoid integer overflows
Peter Maydell
1
-3
/
+3
2017-02-22
hw/ppc/spapr: Check for valid page size when hot plugging memory
Thomas Huth
1
-0
/
+8
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
1
-10
/
+10
2017-02-22
machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks
Igor Mammedov
1
-32
/
+2
2017-02-22
spapr: reuse machine->possible_cpus instead of cores[]
Igor Mammedov
1
-39
/
+90
2017-02-22
spapr: replace debug printf with trace points
Laurent Vivier
2
-14
/
+7
2017-02-22
ppc4xx: replace debug printf with trace points
Laurent Vivier
2
-10
/
+7
2017-02-22
mac99: replace debug printf with trace points
Laurent Vivier
2
-12
/
+7
2017-02-22
spapr: fix off-by-one error in spapr_ovec_populate_dt()
Sam Bobroff
1
-1
/
+1
2017-02-22
hw/ppc/pnv: Remove superfluous "qemu" prefix from error strings
Thomas Huth
1
-3
/
+3
2017-02-22
spapr: make cpu core unplug follow expected hotunplug call flow
Igor Mammedov
1
-4
/
+14
2017-02-22
spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c
Igor Mammedov
2
-138
/
+138
2017-02-22
spapr: cpu core: separate child threads destruction from machine state operat...
Igor Mammedov
1
-5
/
+10
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
3
-0
/
+3
2017-02-16
report guest crash information in GUEST_PANICKED event
Anton Nefedov
1
-1
/
+2
2017-02-02
hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be found
Thomas Huth
1
-3
/
+3
2017-02-02
target-ppc: Add MMU model check for booke machines
Valentin Plotkin
3
-0
/
+19
2017-01-31
ppc: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-8
/
+10
2017-01-31
spapr: clock should count only if vm is running
Laurent Vivier
2
-23
/
+49
2017-01-31
ppc: Remove unused function cpu_ppc601_rtc_init()
Thomas Huth
1
-7
/
+0
2017-01-31
ppc: Prevent inifnite loop in decrementer auto-reload.
Roman Kapl
1
-2
/
+6
2017-01-31
ppc: Add ppc_set_compat_all()
David Gibson
1
-26
/
+5
2017-01-31
pseries: Rewrite CAS PVR compatibility logic
David Gibson
2
-72
/
+34
2017-01-31
prep: add IBM RS/6000 7020 (40p) machine emulation
Hervé Poussineau
1
-0
/
+230
2017-01-31
prep: add IBM RS/6000 7020 (40p) memory controller
Hervé Poussineau
3
-0
/
+240
2017-01-31
prep: add PReP System I/O
Hervé Poussineau
3
-0
/
+308
2017-01-31
hw/ppc: QOM'ify spapr_vio.c
xiaoqiang zhao
1
-10
/
+0
2017-01-31
hw/ppc: QOM'ify ppce500_spin.c
xiaoqiang zhao
1
-10
/
+8
2017-01-31
hw/ppc: QOM'ify e500.c
xiaoqiang zhao
1
-13
/
+4
2017-01-31
ppc: Rewrite ppc_get_compat_smt_threads()
David Gibson
1
-4
/
+4
2017-01-31
pseries: Add pseries-2.9 machine type
David Gibson
1
-2
/
+21
2017-01-31
prep: do not use global variable to access nvram
Hervé Poussineau
1
-2
/
+2
2017-01-31
hw/ppc/spapr: Fix boot path of usb-host storage devices
Thomas Huth
1
-0
/
+13
2017-01-31
ppc/spapr: implement H_SIGNAL_SYS_RESET
Nicholas Piggin
2
-2
/
+43
2017-01-31
ppc: Rename cpu_version to compat_pvr
David Gibson
2
-17
/
+17
2017-01-31
ppc: Clean up and QOMify hypercall emulation
David Gibson
2
-3
/
+6
2017-01-31
pseries: Make cpu_update during CAS unconditional
David Gibson
2
-10
/
+3
2017-01-31
pseries: Always use core objects for CPU construction
David Gibson
2
-72
/
+90
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
4
-5
/
+5
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
6
-8
/
+8
2016-12-01
spapr: fix default DRC state for coldplugged LMBs
Michael Roth
1
-0
/
+5
2016-11-23
spapr: Fix 2.7<->2.8 migration of PCI host bridge
David Gibson
2
-5
/
+33
2016-11-23
Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"
David Gibson
1
-12
/
+6
2016-11-23
target-ppc: Allow eventual removal of old migration mistakes
David Gibson
1
-0
/
+5
2016-11-23
spapr: migration support for CAS-negotiated option vectors
Michael Roth
2
-0
/
+78
2016-11-16
fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()
Igor Mammedov
2
-0
/
+2
2016-11-15
ppc/pnv: Fix fatal bug on 32-bit hosts
David Gibson
1
-1
/
+1
[next]