[PULL 0/7] Testing and wording fixes

Thomas Huth posted 7 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220801155506.254316-1-thuth@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, John Snow <jsnow@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>, Luc Michel <luc@lmichel.fr>, Damien Hedde <damien.hedde@greensocs.com>, Laurent Vivier <laurent@vivier.eu>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Gerd Hoffmann <kraxel@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Riku Voipio <riku.voipio@iki.fi>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Joel Stanley <joel@jms.id.au>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
docs/devel/qom.rst                            |  4 +-
docs/interop/live-block-operations.rst        |  4 +-
docs/system/arm/cpu-features.rst              |  2 +-
docs/system/devices/cxl.rst                   |  2 +-
docs/system/s390x/bootdevices.rst             |  2 +-
docs/system/tls.rst                           |  2 +-
docs/tools/qemu-pr-helper.rst                 |  4 +-
hw/usb/u2f.h                                  |  2 +-
include/hw/qdev-core.h                        |  2 +-
include/user/safe-syscall.h                   |  2 +-
block/linux-aio.c                             |  2 +-
block/qcow2-bitmap.c                          |  8 +-
contrib/plugins/cache.c                       |  2 +-
hw/arm/omap2.c                                |  2 +-
hw/core/clock.c                               |  2 +-
hw/intc/arm_gicv3_redist.c                    |  2 +-
hw/misc/iotkit-secctl.c                       |  2 +-
hw/misc/iotkit-sysctl.c                       |  4 +-
hw/misc/mac_via.c                             |  2 +-
hw/s390x/s390-ccw.c                           |  2 +-
linux-user/i386/cpu_loop.c                    |  2 +-
pc-bios/s390-ccw/virtio-scsi.c                |  2 +-
target/arm/helper.c                           |  2 +-
target/arm/translate.c                        |  2 +-
target/i386/cpu.c                             |  2 +-
tests/qtest/microbit-test.c                   |  6 +-
tests/qtest/migration-test.c                  | 74 ++++++++-----------
tests/tcg/multiarch/linux/linux-test.c        |  2 +-
tests/unit/test-qga.c                         |  6 +-
tools/virtiofsd/fuse_virtio.c                 |  2 +-
ui/vdagent.c                                  |  2 +-
tcg/i386/tcg-target.c.inc                     |  2 +-
python/Makefile                               |  2 +-
python/qemu/utils/__init__.py                 |  2 +-
tests/docker/dockerfiles/debian-native.docker |  2 +-
35 files changed, 76 insertions(+), 88 deletions(-)
[PULL 0/7] Testing and wording fixes
Posted by Thomas Huth 1 year, 8 months ago
 Hi!

The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:

  Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-08-01

for you to fetch changes up to 1bca64a3f0490861c03ceb849821ebf42c926f82:

  tests/qtest/migration-test: Run the dirty ring tests only with the x86 target (2022-08-01 16:30:18 +0200)

----------------------------------------------------------------
- Some fixes for various tests
- Improve wordings in some files

----------------------------------------------------------------
Daniel P. Berrangé (1):
  misc: fix commonly doubled up words

Ilya Leoshkevich (1):
  tests/tcg/linux-test: Fix random hangs in test_socket

Peter Xu (2):
  migration-test: Use migrate_ensure_converge() for auto-converge
  migration-test: Allow test to run without uffd

Thomas Huth (3):
  tests/unit/test-qga: Replace the word 'blacklist' in the guest agent
    unit test
  trivial: Fix duplicated words
  tests/qtest/migration-test: Run the dirty ring tests only with the x86
    target

 docs/devel/qom.rst                            |  4 +-
 docs/interop/live-block-operations.rst        |  4 +-
 docs/system/arm/cpu-features.rst              |  2 +-
 docs/system/devices/cxl.rst                   |  2 +-
 docs/system/s390x/bootdevices.rst             |  2 +-
 docs/system/tls.rst                           |  2 +-
 docs/tools/qemu-pr-helper.rst                 |  4 +-
 hw/usb/u2f.h                                  |  2 +-
 include/hw/qdev-core.h                        |  2 +-
 include/user/safe-syscall.h                   |  2 +-
 block/linux-aio.c                             |  2 +-
 block/qcow2-bitmap.c                          |  8 +-
 contrib/plugins/cache.c                       |  2 +-
 hw/arm/omap2.c                                |  2 +-
 hw/core/clock.c                               |  2 +-
 hw/intc/arm_gicv3_redist.c                    |  2 +-
 hw/misc/iotkit-secctl.c                       |  2 +-
 hw/misc/iotkit-sysctl.c                       |  4 +-
 hw/misc/mac_via.c                             |  2 +-
 hw/s390x/s390-ccw.c                           |  2 +-
 linux-user/i386/cpu_loop.c                    |  2 +-
 pc-bios/s390-ccw/virtio-scsi.c                |  2 +-
 target/arm/helper.c                           |  2 +-
 target/arm/translate.c                        |  2 +-
 target/i386/cpu.c                             |  2 +-
 tests/qtest/microbit-test.c                   |  6 +-
 tests/qtest/migration-test.c                  | 74 ++++++++-----------
 tests/tcg/multiarch/linux/linux-test.c        |  2 +-
 tests/unit/test-qga.c                         |  6 +-
 tools/virtiofsd/fuse_virtio.c                 |  2 +-
 ui/vdagent.c                                  |  2 +-
 tcg/i386/tcg-target.c.inc                     |  2 +-
 python/Makefile                               |  2 +-
 python/qemu/utils/__init__.py                 |  2 +-
 tests/docker/dockerfiles/debian-native.docker |  2 +-
 35 files changed, 76 insertions(+), 88 deletions(-)

-- 
2.31.1


Re: [PULL 0/7] Testing and wording fixes
Posted by Richard Henderson 1 year, 8 months ago
On 8/1/22 08:54, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:
> 
>    Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-08-01
> 
> for you to fetch changes up to 1bca64a3f0490861c03ceb849821ebf42c926f82:
> 
>    tests/qtest/migration-test: Run the dirty ring tests only with the x86 target (2022-08-01 16:30:18 +0200)
> 
> ----------------------------------------------------------------
> - Some fixes for various tests
> - Improve wordings in some files

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Daniel P. Berrangé (1):
>    misc: fix commonly doubled up words
> 
> Ilya Leoshkevich (1):
>    tests/tcg/linux-test: Fix random hangs in test_socket
> 
> Peter Xu (2):
>    migration-test: Use migrate_ensure_converge() for auto-converge
>    migration-test: Allow test to run without uffd
> 
> Thomas Huth (3):
>    tests/unit/test-qga: Replace the word 'blacklist' in the guest agent
>      unit test
>    trivial: Fix duplicated words
>    tests/qtest/migration-test: Run the dirty ring tests only with the x86
>      target
> 
>   docs/devel/qom.rst                            |  4 +-
>   docs/interop/live-block-operations.rst        |  4 +-
>   docs/system/arm/cpu-features.rst              |  2 +-
>   docs/system/devices/cxl.rst                   |  2 +-
>   docs/system/s390x/bootdevices.rst             |  2 +-
>   docs/system/tls.rst                           |  2 +-
>   docs/tools/qemu-pr-helper.rst                 |  4 +-
>   hw/usb/u2f.h                                  |  2 +-
>   include/hw/qdev-core.h                        |  2 +-
>   include/user/safe-syscall.h                   |  2 +-
>   block/linux-aio.c                             |  2 +-
>   block/qcow2-bitmap.c                          |  8 +-
>   contrib/plugins/cache.c                       |  2 +-
>   hw/arm/omap2.c                                |  2 +-
>   hw/core/clock.c                               |  2 +-
>   hw/intc/arm_gicv3_redist.c                    |  2 +-
>   hw/misc/iotkit-secctl.c                       |  2 +-
>   hw/misc/iotkit-sysctl.c                       |  4 +-
>   hw/misc/mac_via.c                             |  2 +-
>   hw/s390x/s390-ccw.c                           |  2 +-
>   linux-user/i386/cpu_loop.c                    |  2 +-
>   pc-bios/s390-ccw/virtio-scsi.c                |  2 +-
>   target/arm/helper.c                           |  2 +-
>   target/arm/translate.c                        |  2 +-
>   target/i386/cpu.c                             |  2 +-
>   tests/qtest/microbit-test.c                   |  6 +-
>   tests/qtest/migration-test.c                  | 74 ++++++++-----------
>   tests/tcg/multiarch/linux/linux-test.c        |  2 +-
>   tests/unit/test-qga.c                         |  6 +-
>   tools/virtiofsd/fuse_virtio.c                 |  2 +-
>   ui/vdagent.c                                  |  2 +-
>   tcg/i386/tcg-target.c.inc                     |  2 +-
>   python/Makefile                               |  2 +-
>   python/qemu/utils/__init__.py                 |  2 +-
>   tests/docker/dockerfiles/debian-native.docker |  2 +-
>   35 files changed, 76 insertions(+), 88 deletions(-)
>