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
/
s390x
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2023-04-28
s390x/gdb: Split s390-virt.xml
Ilya Leoshkevich
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2021-07-07
target/s390x: rename internal.h to s390x-internal.h
Cho, Yu-Chen
2021-06-21
target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstub
Richard Henderson
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-07
s390x: Use uint64_t for vector registers
David Hildenbrand
2019-01-30
target/s390x: Fix LGPL version in the file header comments
Thomas Huth
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
2017-07-14
s390x/gdb: add gs registers
Christian Borntraeger
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth