mbox

[PULL,0/9] qtest fixes and improvements

Message ID 20211222113259.823203-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2021-12-22

Message

Thomas Huth Dec. 22, 2021, 11:32 a.m. UTC
Hi!

The following changes since commit 8c5f94cd4182753959c8be8de415120dc879d8f0:

  Merge tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu into staging (2021-12-21 13:30:35 -0800)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-12-22

for you to fetch changes up to e63ed64c6d10768b3a41c3337226372a9664ef6f:

  tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary file (2021-12-22 09:37:14 +0100)

----------------------------------------------------------------
* Fixes for the virtio-net-failover test
* Silence warnings in the boot-serial-test
* Make qtests more flexible wrt missing machines and devices

----------------------------------------------------------------
Laurent Vivier (1):
      failover: Silence warning messages during qtest

Thomas Huth (7):
      tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
      tests/qtest: Make the filter tests independent from a specific NIC
      tests/qtest: Add a function that checks whether a device is available
      tests/qtest: Improve endianness-test to work with missing machines and devices
      tests/qtest/cdrom-test: Check whether devices are available before using them
      tests/qtest/boot-order-test: Check whether machines are available
      tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary file

Zhang Chen (1):
      MAINTAINERS: Update COLO Proxy section

 MAINTAINERS                          |  1 +
 hw/net/virtio-net.c                  |  7 ++++-
 migration/migration.c                |  4 ++-
 tests/qtest/boot-order-test.c        |  5 +++
 tests/qtest/boot-serial-test.c       | 10 +++---
 tests/qtest/cdrom-test.c             | 60 +++++++++++++++++++++++-------------
 tests/qtest/endianness-test.c        |  5 ++-
 tests/qtest/libqos/libqtest.h        |  8 +++++
 tests/qtest/libqtest.c               | 44 ++++++++++++++++++++++++++
 tests/qtest/meson.build              | 40 ++++++++++++++++++------
 tests/qtest/test-filter-mirror.c     | 10 ++----
 tests/qtest/test-filter-redirector.c | 20 +++---------
 tests/qtest/test-netfilter.c         |  8 +----
 tests/qtest/virtio-net-failover.c    |  8 +++--
 14 files changed, 158 insertions(+), 72 deletions(-)

Comments

Richard Henderson Dec. 22, 2021, 6 p.m. UTC | #1
On 12/22/21 3:32 AM, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit 8c5f94cd4182753959c8be8de415120dc879d8f0:
> 
>    Merge tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu into staging (2021-12-21 13:30:35 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2021-12-22
> 
> for you to fetch changes up to e63ed64c6d10768b3a41c3337226372a9664ef6f:
> 
>    tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary file (2021-12-22 09:37:14 +0100)
> 
> ----------------------------------------------------------------
> * Fixes for the virtio-net-failover test
> * Silence warnings in the boot-serial-test
> * Make qtests more flexible wrt missing machines and devices
> 
> ----------------------------------------------------------------
> Laurent Vivier (1):
>        failover: Silence warning messages during qtest
> 
> Thomas Huth (7):
>        tests/qtest/boot-serial-test: Silence the warning about deprecated sga device
>        tests/qtest: Make the filter tests independent from a specific NIC
>        tests/qtest: Add a function that checks whether a device is available
>        tests/qtest: Improve endianness-test to work with missing machines and devices
>        tests/qtest/cdrom-test: Check whether devices are available before using them
>        tests/qtest/boot-order-test: Check whether machines are available
>        tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary file
> 
> Zhang Chen (1):
>        MAINTAINERS: Update COLO Proxy section
> 
>   MAINTAINERS                          |  1 +
>   hw/net/virtio-net.c                  |  7 ++++-
>   migration/migration.c                |  4 ++-
>   tests/qtest/boot-order-test.c        |  5 +++
>   tests/qtest/boot-serial-test.c       | 10 +++---
>   tests/qtest/cdrom-test.c             | 60 +++++++++++++++++++++++-------------
>   tests/qtest/endianness-test.c        |  5 ++-
>   tests/qtest/libqos/libqtest.h        |  8 +++++
>   tests/qtest/libqtest.c               | 44 ++++++++++++++++++++++++++
>   tests/qtest/meson.build              | 40 ++++++++++++++++++------
>   tests/qtest/test-filter-mirror.c     | 10 ++----
>   tests/qtest/test-filter-redirector.c | 20 +++---------
>   tests/qtest/test-netfilter.c         |  8 +----
>   tests/qtest/virtio-net-failover.c    |  8 +++--
>   14 files changed, 158 insertions(+), 72 deletions(-)

Applied, thanks.

r~