All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
@ 2021-05-20 17:42 Alex Bennée
  2021-05-20 17:42 ` [PATCH v1 1/8] tests/tcg: add a multiarch signals test to stress test signal delivery Alex Bennée
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Alex Bennée @ 2021-05-20 17:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, f4bug, stefanha, crosa, pbonzini,
	Alex Bennée, aurelien

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.

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

-- 
2.20.1



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

end of thread, other threads:[~2021-05-25 16:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 17:42 [PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins) Alex Bennée
2021-05-20 17:42 ` [PATCH v1 1/8] tests/tcg: add a multiarch signals test to stress test signal delivery Alex Bennée
2021-05-24 21:05   ` Richard Henderson
2021-05-20 17:42 ` [PATCH v1 2/8] gitlab: explicitly reference the upstream registry Alex Bennée
2021-05-24 19:15   ` Willian Rampazzo
2021-05-25  4:04   ` Philippe Mathieu-Daudé
2021-05-20 17:42 ` [PATCH v1 3/8] gitlab: add special rule for the hexagon container Alex Bennée
2021-05-25  3:54   ` Philippe Mathieu-Daudé
2021-05-25  9:40   ` Philippe Mathieu-Daudé
2021-05-25 11:25     ` Philippe Mathieu-Daudé
2021-05-25 15:06       ` Alex Bennée
2021-05-20 17:42 ` [PATCH v1 4/8] gdbstub: Constify GdbCmdParseEntry Alex Bennée
2021-05-24 21:06   ` Richard Henderson
2021-05-20 17:43 ` [PATCH v1 5/8] gdbstub: Replace GdbCmdContext with plain g_array() Alex Bennée
2021-05-20 17:43 ` [PATCH v1 6/8] hmp-commands: expand type of icount to "l" in replay commands Alex Bennée
2021-05-25  3:55   ` Philippe Mathieu-Daudé
2021-05-20 17:43 ` [PATCH v1 7/8] gdbstub: tidy away reverse debugging check into function Alex Bennée
2021-05-24 21:08   ` Richard Henderson
2021-05-25  3:57   ` Philippe Mathieu-Daudé
2021-05-20 17:43 ` [PATCH v1 8/8] plugins/syscall: Added a table-like summary output Alex Bennée
2021-05-24 17:50 ` [PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins) Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.