* [PULL v2 for 9.0 0/7] final maintainer updates (testing, gdbstub)
@ 2024-03-13 11:49 Alex Bennée
2024-03-13 17:07 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Alex Bennée @ 2024-03-13 11:49 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bennée
The following changes since commit 0748129684be2773117b0b8fc3c60161abdb7bb8:
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2024-03-12 16:56:13 +0000)
are available in the Git repository at:
https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-130324-1
for you to fetch changes up to 6971998e241d8edc842b165b447f706c05166ae6:
gdbstub: Fix double close() of the follow-fork-mode socket (2024-03-13 11:43:52 +0000)
----------------------------------------------------------------
final updates for 9.0 (testing, gdbstub):
- fix the over rebuilding of test VMs
- support Xfer:siginfo:read in gdbstub
- fix double close() in gdbstub
----------------------------------------------------------------
Alex Bennée (1):
tests/vm: ensure we build everything by default
Gustavo Romero (5):
gdbstub: Rename back gdb_handlesig
linux-user: Move tswap_siginfo out of target code
gdbstub: Save target's siginfo
gdbstub: Add Xfer:siginfo:read stub
tests/tcg: Add multiarch test for Xfer:siginfo:read stub
Ilya Leoshkevich (1):
gdbstub: Fix double close() of the follow-fork-mode socket
gdbstub/internals.h | 1 +
include/gdbstub/user.h | 19 +++------
linux-user/signal-common.h | 2 -
bsd-user/main.c | 2 +-
bsd-user/signal.c | 5 ++-
gdbstub/gdbstub.c | 8 ++++
gdbstub/user.c | 49 +++++++++++++++++++---
linux-user/aarch64/signal.c | 2 +-
linux-user/alpha/signal.c | 2 +-
linux-user/arm/signal.c | 2 +-
linux-user/hexagon/signal.c | 2 +-
linux-user/hppa/signal.c | 2 +-
linux-user/i386/signal.c | 6 +--
linux-user/loongarch64/signal.c | 2 +-
linux-user/m68k/signal.c | 4 +-
linux-user/main.c | 2 +-
linux-user/microblaze/signal.c | 2 +-
linux-user/mips/signal.c | 4 +-
linux-user/nios2/signal.c | 2 +-
linux-user/openrisc/signal.c | 2 +-
linux-user/ppc/signal.c | 4 +-
linux-user/riscv/signal.c | 2 +-
linux-user/s390x/signal.c | 2 +-
linux-user/sh4/signal.c | 2 +-
linux-user/signal.c | 15 +++++--
linux-user/sparc/signal.c | 2 +-
linux-user/xtensa/signal.c | 2 +-
tests/tcg/multiarch/segfault.c | 14 +++++++
tests/tcg/multiarch/Makefile.target | 10 ++++-
.../multiarch/gdbstub/test-qxfer-siginfo-read.py | 26 ++++++++++++
tests/vm/basevm.py | 2 +-
31 files changed, 149 insertions(+), 52 deletions(-)
create mode 100644 tests/tcg/multiarch/segfault.c
create mode 100644 tests/tcg/multiarch/gdbstub/test-qxfer-siginfo-read.py
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL v2 for 9.0 0/7] final maintainer updates (testing, gdbstub)
2024-03-13 11:49 [PULL v2 for 9.0 0/7] final maintainer updates (testing, gdbstub) Alex Bennée
@ 2024-03-13 17:07 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2024-03-13 17:07 UTC (permalink / raw)
To: Alex Bennée; +Cc: qemu-devel
On Wed, 13 Mar 2024 at 11:50, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 0748129684be2773117b0b8fc3c60161abdb7bb8:
>
> Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2024-03-12 16:56:13 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-130324-1
>
> for you to fetch changes up to 6971998e241d8edc842b165b447f706c05166ae6:
>
> gdbstub: Fix double close() of the follow-fork-mode socket (2024-03-13 11:43:52 +0000)
>
> ----------------------------------------------------------------
> final updates for 9.0 (testing, gdbstub):
>
> - fix the over rebuilding of test VMs
> - support Xfer:siginfo:read in gdbstub
> - fix double close() in gdbstub
>
> ----------------------------------------------------------------
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-13 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 11:49 [PULL v2 for 9.0 0/7] final maintainer updates (testing, gdbstub) Alex Bennée
2024-03-13 17:07 ` 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).