qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)


From: Alex Bennée
Subject: Re: [PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
Date: Mon, 24 May 2021 18:50:07 +0100
User-agent: mu4e 1.5.13; emacs 28.0.50

Alex Bennée <alex.bennee@linaro.org> writes:

> Hi,
>
> My various maintenance trees each had a few fixes that are fairly
> uncontroversial and ready to go, including a recently baked fix for
> hexagon-user tests. I thought I'd better collect them together and get
> ready for a fairly quick merge so they don't get held up behind other
> stuff that's still cooking.

Ping? Anyone before I submit the PR tomorrow?

>
> The following need review:
>
>  - gdbstub: tidy away reverse debugging check into function
>  - gdbstub: Replace GdbCmdContext with plain g_array()
>  - gitlab: explicitly reference the upstream registry
>  - tests/tcg: add a multiarch signals test to stress test signal delivery
>
> Alex Bennée (5):
>   tests/tcg: add a multiarch signals test to stress test signal delivery
>   gitlab: explicitly reference the upstream registry
>   gitlab: add special rule for the hexagon container
>   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é (2):
>   gdbstub: Constify GdbCmdParseEntry
>   gdbstub: Replace GdbCmdContext with plain g_array()
>
>  gdbstub.c                           | 343 ++++++++++++++--------------
>  tests/plugin/syscall.c              |  98 +++++++-
>  tests/tcg/multiarch/signals.c       | 149 ++++++++++++
>  .gitlab-ci.d/containers.yml         |  30 ++-
>  .gitlab-ci.yml                      |   2 +
>  hmp-commands.hx                     |   4 +-
>  tests/tcg/alpha/Makefile.target     |   7 +
>  tests/tcg/multiarch/Makefile.target |   2 +
>  tests/tcg/sparc64/Makefile.target   |   7 +
>  9 files changed, 459 insertions(+), 183 deletions(-)
>  create mode 100644 tests/tcg/multiarch/signals.c


-- 
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]