From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <richard.henderson@linaro.org>,
Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 00/14] Testing and misc patches
Date: Tue, 19 Jul 2022 09:03:58 +0200 [thread overview]
Message-ID: <20220719070412.16757-1-thuth@redhat.com> (raw)
Hi!
The following changes since commit 782378973121addeb11b13fd12a6ac2e69faa33f:
Merge tag 'pull-target-arm-20220718' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-18 16:29:32 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-07-19
for you to fetch changes up to 9b0ecfaba5920ddf8601d7b31746a428aa3779c6:
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type (2022-07-18 20:28:06 +0200)
----------------------------------------------------------------
* Clean up tests/vm (remove obsolte VMs, upgrade Ubuntu 18.04 to 20.04 etc.)
* Fix broken build on Haiku
* Replace the term 'whitelist' in some files with a better one
* Some other minor test related fixes
----------------------------------------------------------------
John Snow (9):
qga: treat get-guest-fsinfo as "best effort"
tests/vm: use 'cp' instead of 'ln' for temporary vm images
tests/vm: switch CentOS 8 to CentOS 8 Stream
tests/vm: switch centos.aarch64 to CentOS 8 Stream
tests/vm: upgrade Ubuntu 18.04 VM to 20.04
tests/vm: remove ubuntu.i386 VM test
tests/vm: remove duplicate 'centos' VM test
tests/vm: add 1GB extra memory per core
tests/vm: Remove docker cross-compile test from CentOS VM
Philippe Mathieu-Daudé (1):
tests/unit: Replace g_memdup() by g_memdup2()
Song Gao (1):
qtest/machine-none: Add LoongArch support
Thomas Huth (3):
Replace 'whitelist' with 'allow'
util: Fix broken build on Haiku
python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct
type
docs/devel/submitting-a-patch.rst | 2 +-
docs/tools/qemu-nbd.rst | 2 +-
qga/commands-posix.c | 10 +-
tests/qtest/machine-none-test.c | 1 +
tests/unit/ptimer-test.c | 22 ++--
tests/unit/test-iov.c | 26 ++---
util/cutils.c | 4 +
util/oslib-posix.c | 4 -
python/qemu/qmp/legacy.py | 2 +-
scripts/vmstate-static-checker.py | 2 +-
tests/vm/Makefile.include | 5 +-
tests/vm/basevm.py | 5 +
tests/vm/centos | 9 +-
tests/vm/centos.aarch64 | 174 +++++-------------------------
tests/vm/ubuntu.aarch64 | 10 +-
tests/vm/ubuntu.i386 | 40 -------
16 files changed, 84 insertions(+), 234 deletions(-)
delete mode 100755 tests/vm/ubuntu.i386
--
2.31.1
next reply other threads:[~2022-07-19 7:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 7:03 Thomas Huth [this message]
2022-07-19 7:03 ` [PULL 01/14] qga: treat get-guest-fsinfo as "best effort" Thomas Huth
2022-07-19 7:04 ` [PULL 02/14] tests/vm: use 'cp' instead of 'ln' for temporary vm images Thomas Huth
2022-07-19 7:04 ` [PULL 03/14] tests/vm: switch CentOS 8 to CentOS 8 Stream Thomas Huth
2022-07-19 7:04 ` [PULL 04/14] tests/vm: switch centos.aarch64 " Thomas Huth
2022-07-19 7:04 ` [PULL 05/14] tests/vm: upgrade Ubuntu 18.04 VM to 20.04 Thomas Huth
2022-07-19 7:04 ` [PULL 06/14] tests/vm: remove ubuntu.i386 VM test Thomas Huth
2022-07-19 7:04 ` [PULL 07/14] tests/vm: remove duplicate 'centos' " Thomas Huth
2022-07-19 7:04 ` [PULL 08/14] tests/vm: add 1GB extra memory per core Thomas Huth
2022-07-19 7:04 ` [PULL 09/14] tests/vm: Remove docker cross-compile test from CentOS VM Thomas Huth
2022-07-19 7:04 ` [PULL 10/14] qtest/machine-none: Add LoongArch support Thomas Huth
2022-07-19 7:04 ` [PULL 11/14] tests/unit: Replace g_memdup() by g_memdup2() Thomas Huth
2022-07-19 7:04 ` [PULL 12/14] Replace 'whitelist' with 'allow' Thomas Huth
2022-07-19 7:04 ` [PULL 13/14] util: Fix broken build on Haiku Thomas Huth
2022-07-19 7:04 ` [PULL 14/14] python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type Thomas Huth
2022-07-19 16:14 ` [PULL 00/14] Testing and misc patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2022-07-05 10:38 Thomas Huth
2022-07-05 16:43 ` Richard Henderson
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=20220719070412.16757-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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 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.