[PULL 0/4] tcg/gdbstub late fixes

Richard Henderson posted 4 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230810180852.54477-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Peter Maydell <peter.maydell@linaro.org>
gdbstub/gdbstub.c                 | 10 ++++++++--
tests/tcg/aarch64/lse2-fault.c    | 38 ++++++++++++++++++++++++++++++++++++++
accel/tcg/ldst_atomicity.c.inc    | 10 ++++++++--
gdbstub/trace-events              |  1 +
tests/guest-debug/run-test.py     |  9 +++------
tests/tcg/aarch64/Makefile.target |  2 +-
6 files changed, 59 insertions(+), 11 deletions(-)
create mode 100644 tests/tcg/aarch64/lse2-fault.c
[PULL 0/4] tcg/gdbstub late fixes
Posted by Richard Henderson 9 months, 1 week ago
The following changes since commit 64d3be986f9e2379bc688bf1d0aca0557e0035ca:

  Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu into staging (2023-08-09 15:05:02 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230810

for you to fetch changes up to f1b0f894c8c25f7ed24197ff130c7acb6b9fd6e7:

  gdbstub: don't complain about preemptive ACK chars (2023-08-10 11:04:34 -0700)

----------------------------------------------------------------
accel/tcg: Avoid reading too much in load_atom_{2,4}
tests/tcg: ensure system-mode gdb tests start stopped
gdbstub: more fixes for client Ctrl-C handling

----------------------------------------------------------------
Alex Bennée (3):
      tests/tcg: ensure system-mode gdb tests start stopped
      gdbstub: more fixes for client Ctrl-C handling
      gdbstub: don't complain about preemptive ACK chars

Richard Henderson (1):
      accel/tcg: Avoid reading too much in load_atom_{2,4}

 gdbstub/gdbstub.c                 | 10 ++++++++--
 tests/tcg/aarch64/lse2-fault.c    | 38 ++++++++++++++++++++++++++++++++++++++
 accel/tcg/ldst_atomicity.c.inc    | 10 ++++++++--
 gdbstub/trace-events              |  1 +
 tests/guest-debug/run-test.py     |  9 +++------
 tests/tcg/aarch64/Makefile.target |  2 +-
 6 files changed, 59 insertions(+), 11 deletions(-)
 create mode 100644 tests/tcg/aarch64/lse2-fault.c

Re: [PULL 0/4] tcg/gdbstub late fixes
Posted by Richard Henderson 9 months, 1 week ago
On 8/10/23 11:08, Richard Henderson wrote:
> The following changes since commit 64d3be986f9e2379bc688bf1d0aca0557e0035ca:
> 
>    Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu into staging (2023-08-09 15:05:02 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230810
> 
> for you to fetch changes up to f1b0f894c8c25f7ed24197ff130c7acb6b9fd6e7:
> 
>    gdbstub: don't complain about preemptive ACK chars (2023-08-10 11:04:34 -0700)
> 
> ----------------------------------------------------------------
> accel/tcg: Avoid reading too much in load_atom_{2,4}
> tests/tcg: ensure system-mode gdb tests start stopped
> gdbstub: more fixes for client Ctrl-C handling

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~