From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [Qemu-devel] [PULL for 3.0 00/17] docker fixes and tcg test tweak
Date: Tue, 24 Jul 2018 11:50:52 +0100 [thread overview]
Message-ID: <20180724105109.8392-1-alex.bennee@linaro.org> (raw)
The following changes since commit 768cef2974fb1fa30dd188b043ea737e13fea477:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24 10:37:52 +0100)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-docker-fixes-for-3.0-240718-1
for you to fetch changes up to 1a3bdc6111482fbb41eacacf850002e4589a81ef:
tests/tcg: remove runcom test (2018-07-24 11:45:25 +0100)
----------------------------------------------------------------
docker fixes & tcg test tweak
- graceful handling of testing under cross-compile
- fixes for debootstrap handling
- more helpful errors (binfmt_misc/EXECUTABLE missing)
- drop runcom TCG test
----------------------------------------------------------------
Alex Bennée (16):
tests/.gitignore: don't ignore docker tests
docker: base debian-tricore on qemu:debian9
docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-cross
docker: fail more gracefully on docker.py check
docker: split configure_qemu from build_qemu
docker: move make check into check_qemu helper
docker: gracefully skip check_qemu
docker: Makefile.include don't include partial images
docker: add test-unit runner
docker: add expansion for docker-test-FOO to Makefile.include
docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set
docker: report hint when docker.py check fails
docker: add commentary to debian-bootstrap.docker
docker: ignore distro versioning of debootstrap
docker: perform basic binfmt_misc validation in docker.py
tests/tcg: remove runcom test
Philippe Mathieu-Daudé (1):
docker: Update debootstrap script after Debian migration from Alioth to Salsa
tests/.gitignore | 1 +
tests/docker/Makefile.include | 23 ++-
tests/docker/common.rc | 24 ++-
tests/docker/docker.py | 37 +++-
tests/docker/dockerfiles/debian-bootstrap.docker | 1 +
tests/docker/dockerfiles/debian-bootstrap.pre | 13 +-
.../docker/dockerfiles/debian-tricore-cross.docker | 6 +-
tests/docker/test-clang | 2 +-
tests/docker/test-debug | 2 +-
tests/docker/test-full | 2 +-
tests/docker/test-quick | 2 +-
tests/docker/test-unit | 21 +++
tests/tcg/i386/Makefile.target | 5 -
tests/tcg/i386/README | 3 -
tests/tcg/i386/pi_10.com | Bin 54 -> 0 bytes
tests/tcg/i386/runcom.c | 192 ---------------------
16 files changed, 111 insertions(+), 223 deletions(-)
create mode 100755 tests/docker/test-unit
delete mode 100644 tests/tcg/i386/pi_10.com
delete mode 100644 tests/tcg/i386/runcom.c
--
2.17.1
next reply other threads:[~2018-07-24 10:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 10:50 Alex Bennée [this message]
2018-07-24 10:50 ` [Qemu-devel] [PULL 01/17] tests/.gitignore: don't ignore docker tests Alex Bennée
2018-07-24 10:50 ` [Qemu-devel] [PULL 02/17] docker: base debian-tricore on qemu:debian9 Alex Bennée
2018-07-24 10:50 ` [Qemu-devel] [PULL 03/17] docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-cross Alex Bennée
2018-07-24 10:50 ` [Qemu-devel] [PULL 04/17] docker: fail more gracefully on docker.py check Alex Bennée
2018-07-24 10:50 ` [Qemu-devel] [PULL 05/17] docker: split configure_qemu from build_qemu Alex Bennée
2018-07-24 10:50 ` [Qemu-devel] [PULL 06/17] docker: move make check into check_qemu helper Alex Bennée
2020-06-19 10:32 ` Peter Maydell
2018-07-24 10:50 ` [Qemu-devel] [PULL 07/17] docker: gracefully skip check_qemu Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 08/17] docker: Makefile.include don't include partial images Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 09/17] docker: add test-unit runner Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 10/17] docker: add expansion for docker-test-FOO to Makefile.include Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 11/17] docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 12/17] docker: report hint when docker.py check fails Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 13/17] docker: Update debootstrap script after Debian migration from Alioth to Salsa Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 14/17] docker: add commentary to debian-bootstrap.docker Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 15/17] docker: ignore distro versioning of debootstrap Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 16/17] docker: perform basic binfmt_misc validation in docker.py Alex Bennée
2018-07-24 10:51 ` [Qemu-devel] [PULL 17/17] tests/tcg: remove runcom test Alex Bennée
2018-07-24 14:17 ` [Qemu-devel] [PULL for 3.0 00/17] docker fixes and tcg test tweak Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180724105109.8392-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).