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
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2024-03-30
target/ppc: Fix GDB register indexing on secondary CPUs
Benjamin Gray
2024-03-13
Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
2024-03-13
target/ppc: Fix GDB SPR regnum indexing
Nicholas Piggin
2024-03-12
target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
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-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
2024-02-23
target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
Saif Abrar
2023-10-11
target/ppc: Remove references to gdb_has_xml
Akihiko Odaki
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-06-25
target/ppc: gdbstub init spr gdb_id for all CPUs
Nicholas Piggin
2023-05-05
ppc: spapr: cleanup cr get/set with helpers.
Harsh Prateek Bora
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2022-05-05
target/ppc: Remove msr_le macro
Víctor Colombo
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2021-10-21
target/ppc: Fix XER access in gdbstub
Matheus Ferst
2021-08-27
target/ppc: fix vector registers access in gdbstub for little-endian
Matheus Ferst
2021-06-03
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
2021-06-03
target/ppc: removed unnecessary inclusion of helper-proto.h
Bruno Larsen (billionai)
2021-05-19
target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Bruno Larsen (billionai)
2021-05-04
target/ppc: code motion from translate_init.c.inc to gdbstub.c
Bruno Larsen (billionai)
2021-02-15
target/ppc: Drop use of gdb_get_float64() and ldfq_p()
Peter Maydell
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-05-06
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-04-26
target/ppc: Style fixes for gdbstub.c
David Gibson
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2018-04-27
ppc: Fix size of ppc64 xer register
Michael Matz
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth