From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL 00/15] Testing, qga and misc patches
Date: Tue, 20 Sep 2022 17:34:57 +0200 [thread overview]
Message-ID: <20220920153512.187283-1-thuth@redhat.com> (raw)
The following changes since commit d29201ff34a135cdfc197f4413c1c5047e4f58bb:
Merge tag 'pull-hmp-20220915a' of https://gitlab.com/dagrh/qemu into staging (2022-09-17 10:31:11 -0400)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-09-20
for you to fetch changes up to 0e4ef702e82baf1797ea02e40f39acabe46923aa:
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources (2022-09-20 12:37:00 +0200)
----------------------------------------------------------------
* Skip tests if the corresponding feature is missing
* Update NetBSD VM test to version 9.3
* Update the FreeBSD CI to version 13.1
* Some small fixes for the qtests
* Update wordings in the QEMU guest-agent
----------------------------------------------------------------
Bin Meng (1):
.gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
Brad Smith (1):
tests/vm: update NetBSD to 9.3
Juan Quintela (7):
tests: Fix error strings
meson-build: Enable CONFIG_REPLICATION only when replication is set
bios-tables-test: Make oem-fields tests be consistent
bios-tables-test: Sort all x86_64 tests by machine type
bios-tables-test: Only run test for machine types compiled in
tests: Only run intel-hda-tests if machine type is compiled in
tests: sb16 has both pc and q35 tests
Marc-André Lureau (1):
tests: mark io-command test as skipped if socat is missing
Mauro Matteo Cascella (1):
qtest/fuzz-lsi53c895a-test: set guest RAM to 2G
Patrick Venture (1):
tests/qtest: npcm7xx-emc-test: Skip checking MAC
Thomas Huth (3):
gitlab-ci: Update the FreeBSD 13 job from 13.0 to 13.1
qga: Replace 'blacklist' command line and config file options by 'block-rpcs'
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
docs/about/deprecated.rst | 19 +++++
docs/interop/qemu-ga.rst | 8 +-
meson.build | 2 +-
qga/qapi-schema.json | 4 +-
qga/guest-agent-core.h | 2 +-
qga/commands-posix.c | 16 ++--
qga/commands-win32.c | 10 +--
qga/main.c | 77 +++++++++--------
tests/qtest/bios-tables-test.c | 155 +++++++++++++++++++----------------
tests/qtest/e1000-test.c | 2 +-
tests/qtest/es1370-test.c | 2 +-
tests/qtest/fuzz-lsi53c895a-test.c | 2 +-
tests/qtest/fuzz-sb16-test.c | 10 ++-
tests/qtest/intel-hda-test.c | 13 +--
tests/qtest/npcm7xx_emc-test.c | 3 +-
tests/unit/test-io-channel-command.c | 3 +-
tests/unit/test-qga.c | 2 +-
.gitlab-ci.d/cirrus.yml | 2 +-
.gitlab-ci.d/windows.yml | 1 -
tests/data/test-qga-config | 2 +-
tests/vm/netbsd | 4 +-
21 files changed, 196 insertions(+), 143 deletions(-)
next reply other threads:[~2022-09-20 20:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 15:34 Thomas Huth [this message]
2022-09-20 15:34 ` [PULL 01/15] tests: mark io-command test as skipped if socat is missing Thomas Huth
2022-09-20 15:34 ` [PULL 02/15] tests/vm: update NetBSD to 9.3 Thomas Huth
2022-09-20 15:35 ` [PULL 03/15] .gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build Thomas Huth
2022-09-20 15:35 ` [PULL 04/15] tests/qtest: npcm7xx-emc-test: Skip checking MAC Thomas Huth
2022-09-20 15:35 ` [PULL 05/15] qtest/fuzz-lsi53c895a-test: set guest RAM to 2G Thomas Huth
2022-09-20 15:35 ` [PULL 06/15] tests: Fix error strings Thomas Huth
2022-09-20 15:35 ` [PULL 07/15] meson-build: Enable CONFIG_REPLICATION only when replication is set Thomas Huth
2022-09-20 15:35 ` [PULL 08/15] bios-tables-test: Make oem-fields tests be consistent Thomas Huth
2022-09-20 15:35 ` [PULL 09/15] bios-tables-test: Sort all x86_64 tests by machine type Thomas Huth
2022-09-20 15:35 ` [PULL 10/15] bios-tables-test: Only run test for machine types compiled in Thomas Huth
2022-09-20 15:35 ` [PULL 11/15] tests: Only run intel-hda-tests if machine type is " Thomas Huth
2022-09-20 15:35 ` [PULL 12/15] tests: sb16 has both pc and q35 tests Thomas Huth
2022-09-20 15:35 ` [PULL 13/15] gitlab-ci: Update the FreeBSD 13 job from 13.0 to 13.1 Thomas Huth
2022-09-20 15:35 ` [PULL 14/15] qga: Replace 'blacklist' command line and config file options by 'block-rpcs' Thomas Huth
2022-09-20 15:35 ` [PULL 15/15] qga: Replace 'blacklist' and 'whitelist' in the guest agent sources Thomas Huth
2022-09-21 17:33 ` [PULL 00/15] Testing, qga and misc patches Stefan Hajnoczi
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=20220920153512.187283-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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.