index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
monitor.c
Age
Commit message (
Expand
)
Author
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2022-07-18
target/ppc: check tb_env != 0 before printing TBU/TBL/DECR
Matheus Ferst
2021-10-21
target/ppc: Fix XER access in monitor
Matheus Ferst
2020-11-13
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
2019-07-02
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-04-26
target/ppc: Style fixes for monitor.c
David Gibson
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2017-07-21
Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()
Peter Maydell
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth