[PATCH-for-5.0 v2 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers

Philippe Mathieu-Daudé posted 2 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200414143240.21764-1-philmd@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Laurent Vivier <laurent@vivier.eu>, David Gibson <david@gibson.dropbear.id.au>
include/exec/gdbstub.h          | 24 ++++++++++++++++++++++++
target/m68k/helper.c            |  3 ++-
target/ppc/gdbstub.c            |  4 ++--
target/ppc/translate_init.inc.c |  2 +-
target/sh4/gdbstub.c            |  6 ++----
5 files changed, 31 insertions(+), 8 deletions(-)
[PATCH-for-5.0 v2 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers
Posted by Philippe Mathieu-Daudé 4 years ago
Fixes for GByteArray (commits 462474d760c & a010bdbe719).

Based-on: <20200414102427.7459-1-philmd@redhat.com>
Supersedes: <20200414111846.27495-1-philmd@redhat.com>

Philippe Mathieu-Daudé (2):
  gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
  gdbstub: Introduce gdb_get_float64() to get 64-bit float registers

 include/exec/gdbstub.h          | 24 ++++++++++++++++++++++++
 target/m68k/helper.c            |  3 ++-
 target/ppc/gdbstub.c            |  4 ++--
 target/ppc/translate_init.inc.c |  2 +-
 target/sh4/gdbstub.c            |  6 ++----
 5 files changed, 31 insertions(+), 8 deletions(-)

-- 
2.21.1