qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] testing and gdbstub updates
@ 2020-05-06 12:05 Alex Bennée
  2020-05-06 12:05 ` [PULL 01/14] .travis.yml: show free disk space at end of run Alex Bennée
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Alex Bennée @ 2020-05-06 12:05 UTC (permalink / raw)
  To: peter.maydell; +Cc: Alex Bennée, qemu-devel

The following changes since commit f19d118bed77bb95681b07f4e76dbb700c16918d:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into staging (2020-05-05 15:47:44 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-and-gdbstub-060520-1

for you to fetch changes up to a976ed3ffdede7f64c89ac235d0154d048981b5f:

  target/m68k: fix gdb for m68xxx (2020-05-06 09:29:26 +0100)

----------------------------------------------------------------
Testing and gdbstub updates:

  - travis: drop macosx, tweak ppc64 native
  - cirrus: fix FreeBSD, guard against future breakage
  - gdbstub: support socket debug for linux-user
  - gdbstub: add multiarch tests
  - gdbstub: fixes for m68k

----------------------------------------------------------------
Alex Bennée (11):
      .travis.yml: show free disk space at end of run
      .travis.yml: drop MacOSX
      .cirrus.yml: bump FreeBSD to the current stable release
      .travis.yml: reduce the load on [ppc64] GCC check-tcg
      configure: favour gdb-multiarch if we have it
      tests/tcg: better trap gdb failures
      tests/tcg: drop inferior.was_attached() test
      gdbstub: eliminate gdbserver_fd global
      gdbstub/linux-user: support debugging over a unix socket
      tests/guest-debug: use the unix socket for linux-user tests
      tests/tcg: add a multiarch linux-user gdb test

KONRAD Frederic (1):
      target/m68k: fix gdb for m68xxx

Li-Wen Hsu (1):
      .cirrus.yml: bootstrap pkg unconditionally

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

 configure                                   |   4 +-
 include/exec/gdbstub.h                      |  25 ++++--
 bsd-user/main.c                             |   8 +-
 gdbstub.c                                   | 119 ++++++++++++++++++++++------
 linux-user/main.c                           |  12 +--
 target/m68k/cpu.c                           |  52 ++++++++----
 target/m68k/helper.c                        |   3 +-
 target/ppc/gdbstub.c                        |   4 +-
 target/ppc/translate_init.inc.c             |   2 +-
 .cirrus.yml                                 |   4 +-
 .travis.yml                                 |  31 +-------
 gdb-xml/m68k-core.xml                       |  29 +++++++
 tests/guest-debug/run-test.py               |  30 ++++++-
 tests/tcg/aarch64/Makefile.target           |   5 +-
 tests/tcg/aarch64/gdbstub/test-sve-ioctl.py |   4 -
 tests/tcg/aarch64/gdbstub/test-sve.py       |   4 -
 tests/tcg/cris/Makefile.target              |   1 +
 tests/tcg/multiarch/Makefile.target         |  14 ++++
 tests/tcg/multiarch/gdbstub/sha1.py         |  81 +++++++++++++++++++
 19 files changed, 328 insertions(+), 104 deletions(-)
 create mode 100644 gdb-xml/m68k-core.xml
 create mode 100644 tests/tcg/multiarch/gdbstub/sha1.py


-- 
2.20.1



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-05-06 14:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 12:05 [PULL 00/14] testing and gdbstub updates Alex Bennée
2020-05-06 12:05 ` [PULL 01/14] .travis.yml: show free disk space at end of run Alex Bennée
2020-05-06 12:05 ` [PULL 02/14] .travis.yml: drop MacOSX Alex Bennée
2020-05-06 12:05 ` [PULL 03/14] .cirrus.yml: bump FreeBSD to the current stable release Alex Bennée
2020-05-06 12:05 ` [PULL 04/14] .cirrus.yml: bootstrap pkg unconditionally Alex Bennée
2020-05-06 12:05 ` [PULL 05/14] .travis.yml: reduce the load on [ppc64] GCC check-tcg Alex Bennée
2020-05-06 12:05 ` [PULL 06/14] configure: favour gdb-multiarch if we have it Alex Bennée
2020-05-06 12:05 ` [PULL 07/14] gdbstub: Introduce gdb_get_float64() to get 64-bit float registers Alex Bennée
2020-05-06 12:05 ` [PULL 08/14] tests/tcg: better trap gdb failures Alex Bennée
2020-05-06 12:05 ` [PULL 09/14] tests/tcg: drop inferior.was_attached() test Alex Bennée
2020-05-06 12:05 ` [PULL 10/14] gdbstub: eliminate gdbserver_fd global Alex Bennée
2020-05-06 12:05 ` [PULL 11/14] gdbstub/linux-user: support debugging over a unix socket Alex Bennée
2020-05-06 12:05 ` [PULL 12/14] tests/guest-debug: use the unix socket for linux-user tests Alex Bennée
2020-05-06 12:05 ` [PULL 13/14] tests/tcg: add a multiarch linux-user gdb test Alex Bennée
2020-05-06 12:05 ` [PULL 14/14] target/m68k: fix gdb for m68xxx Alex Bennée
2020-05-06 14:37 ` [PULL 00/14] testing and gdbstub updates Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).