Re: [PULL 00/15] Testing, qga and misc patches

2022-09-21 Thread Stefan Hajnoczi
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any 
user-visible changes.


signature.asc
Description: PGP signature


[PULL 00/15] Testing, qga and misc patches

2022-09-20 Thread Thomas Huth
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(-)