[PULL v2 0/7] testing, gdbstub and plugin updates

Alex Bennée posted 7 patches 2 years, 10 months ago
Only 0 patches received!
gdbstub.c                   | 343 ++++++++++++++++++++++----------------------
tests/plugin/syscall.c      |  98 ++++++++++++-
.gitlab-ci.d/containers.yml |  31 +++-
.gitlab-ci.yml              |   5 +-
hmp-commands.hx             |   4 +-
5 files changed, 297 insertions(+), 184 deletions(-)
[PULL v2 0/7] testing, gdbstub and plugin updates
Posted by Alex Bennée 2 years, 10 months ago
Tweaked the rules so the needs: line is optional

The following changes since commit 0dab1d36f55c3ed649bb8e4c74b9269ef3a63049:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-05-24 15:48:08 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-and-misc-updates-250521-2

for you to fetch changes up to a6851b49e3b0509168d74050d0e59fe0121b2898:

  plugins/syscall: Added a table-like summary output (2021-05-25 16:52:50 +0100)

----------------------------------------------------------------
Testing, gdbstub and plugin updates

  - ensure gitlab references master registry
  - add special rule for hexagon image
  - clean-up gdbstub's argument handling
  - fix replay HMP commands to accept long icount
  - minor re-factor of gdbstub replay handling
  - update syscall plugin to be more useful

----------------------------------------------------------------
Alex Bennée (5):
      gitlab: explicitly reference the upstream registry
      gitlab: add special rule for the hexagon container
      gdbstub: Replace GdbCmdContext with plain g_array()
      hmp-commands: expand type of icount to "l" in replay commands
      gdbstub: tidy away reverse debugging check into function

Mahmoud Mandour (1):
      plugins/syscall: Added a table-like summary output

Philippe Mathieu-Daudé (1):
      gdbstub: Constify GdbCmdParseEntry

 gdbstub.c                   | 343 ++++++++++++++++++++++----------------------
 tests/plugin/syscall.c      |  98 ++++++++++++-
 .gitlab-ci.d/containers.yml |  31 +++-
 .gitlab-ci.yml              |   5 +-
 hmp-commands.hx             |   4 +-
 5 files changed, 297 insertions(+), 184 deletions(-)

-- 
2.20.1


Re: [PULL v2 0/7] testing, gdbstub and plugin updates
Posted by Peter Maydell 2 years, 10 months ago
On Tue, 25 May 2021 at 17:05, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Tweaked the rules so the needs: line is optional
>
> The following changes since commit 0dab1d36f55c3ed649bb8e4c74b9269ef3a63049:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-05-24 15:48:08 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-testing-and-misc-updates-250521-2
>
> for you to fetch changes up to a6851b49e3b0509168d74050d0e59fe0121b2898:
>
>   plugins/syscall: Added a table-like summary output (2021-05-25 16:52:50 +0100)
>
> ----------------------------------------------------------------
> Testing, gdbstub and plugin updates
>
>   - ensure gitlab references master registry
>   - add special rule for hexagon image
>   - clean-up gdbstub's argument handling
>   - fix replay HMP commands to accept long icount
>   - minor re-factor of gdbstub replay handling
>   - update syscall plugin to be more useful
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM