All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/8] Docker tweaks for TCG testing
@ 2018-06-18 13:07 Alex Bennée
  2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 1/8] docker: Add "cc" subcommand Alex Bennée
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Alex Bennée @ 2018-06-18 13:07 UTC (permalink / raw)
  To: famz, cota, berrange, f4bug, richard.henderson, balrogg, aurelien, agraf
  Cc: qemu-devel, Alex Bennée

Hi Fam,

These are the docker specific changes from my current TCG testing
branch:

  https://github.com/stsquad/qemu/tree/testing/tcg-tests-revival-v8

Once the CI tests have worked their way through I'm hoping to submit
the pull-req to get this merged. However I've been hacking about in
docker.py and rather than sending the whole 50+ series I've split them
out for easy review. The ones that currently need review are:

: patch 0005/docker docker.py use ps to probe usage.patch
: patch 0006/docker docker.py don t conflate checksums for ext.patch
: patch 0007/docker docker.py add check sub command.patch
: patch 0008/docker docker.py adding age check command.patch

If you get a chance could you have a quick look through?

Alex Bennée (8):
  docker: Add "cc" subcommand
  docker: extend "cc" command to accept compiler
  docker: allow "cc" command to run in user context
  docker: Makefile.include introduce DOCKER_SCRIPT
  docker: docker.py use "ps" to probe usage
  docker: docker.py don't conflate checksums for extra_files
  docker: docker.py add check sub-command
  docker: docker.py adding age check command

 tests/docker/Makefile.include |  10 ++--
 tests/docker/docker.py        | 105 ++++++++++++++++++++++++++++++++--
 2 files changed, 106 insertions(+), 9 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-06-18 16:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 13:07 [Qemu-devel] [PATCH v1 0/8] Docker tweaks for TCG testing Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 1/8] docker: Add "cc" subcommand Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 2/8] docker: extend "cc" command to accept compiler Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 3/8] docker: allow "cc" command to run in user context Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 4/8] docker: Makefile.include introduce DOCKER_SCRIPT Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 5/8] docker: docker.py use "ps" to probe usage Alex Bennée
2018-06-18 15:00   ` Philippe Mathieu-Daudé
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 6/8] docker: docker.py don't conflate checksums for extra_files Alex Bennée
2018-06-18 16:01   ` Philippe Mathieu-Daudé
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 7/8] docker: docker.py add check sub-command Alex Bennée
2018-06-18 13:07 ` [Qemu-devel] [PATCH v1 8/8] docker: docker.py adding age check command Alex Bennée
2018-06-18 16:06   ` Philippe Mathieu-Daudé

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.