mbox

[PULL,0/7] Misc patches

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

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2022-04-20

Message

Thomas Huth April 20, 2022, 10:33 a.m. UTC
The following changes since commit 1be5a765c08cee3a9587c8a8d3fc2ea247b13f9c:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-04-19 18:22:16 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-04-20

for you to fetch changes up to 41663beda53c517fd442648e4b62c9dada8bff9b:

  tests/avocado: Allow overwrite smp and memory size command line options (2022-04-20 09:44:29 +0200)

----------------------------------------------------------------
* Drop perl-Test-Harness from the CI containers / VMs
* Some qtest fixes
* Convert ccid doc to restructuredText
* Add compat machines for 7.1
* Allow overwrite smp and memory size in avocado tests

----------------------------------------------------------------
Ahmed Abouzied (1):
      tests/avocado: Allow overwrite smp and memory size command line options

Alex Bennée (1):
      tests/qtest: properly initialise the vring used idx

Cornelia Huck (1):
      hw: Add compat machines for 7.1

Lucas Ramage (1):
      docs/ccid: convert to restructuredText

Thomas Huth (3):
      tests: Drop perl-Test-Harness from the CI containers / VMs
      tests/qtest: Enable more tests for the "mipsel" target
      tests/qtest: Move the fuzz tests to x86 only

 docs/ccid.txt                                      | 182 ---------------------
 docs/system/device-emulation.rst                   |   1 +
 docs/system/devices/ccid.rst                       | 171 +++++++++++++++++++
 include/hw/boards.h                                |   3 +
 include/hw/i386/pc.h                               |   3 +
 hw/arm/virt.c                                      |   9 +-
 hw/core/machine.c                                  |   3 +
 hw/i386/pc.c                                       |   3 +
 hw/i386/pc_piix.c                                  |  14 +-
 hw/i386/pc_q35.c                                   |  13 +-
 hw/m68k/virt.c                                     |   9 +-
 hw/ppc/spapr.c                                     |  15 +-
 hw/s390x/s390-virtio-ccw.c                         |  14 +-
 tests/qtest/endianness-test.c                      |   1 +
 tests/qtest/fuzz-lsi53c895a-test.c                 |   8 +-
 tests/qtest/fuzz-megasas-test.c                    |  12 +-
 tests/qtest/fuzz-sb16-test.c                       |  12 +-
 tests/qtest/fuzz-sdcard-test.c                     |  12 +-
 tests/qtest/fuzz-virtio-scsi-test.c                |   8 +-
 tests/qtest/libqos/virtio.c                        |   2 +
 .gitlab-ci.d/cirrus/freebsd-12.vars                |   2 +-
 .gitlab-ci.d/cirrus/freebsd-13.vars                |   2 +-
 .gitlab-ci.d/cirrus/macos-11.vars                  |   4 +-
 tests/avocado/avocado_qemu/__init__.py             |   6 +-
 tests/docker/dockerfiles/alpine.docker             |   1 -
 tests/docker/dockerfiles/centos8.docker            |   1 -
 tests/docker/dockerfiles/debian-arm64-cross.docker |   1 -
 tests/docker/dockerfiles/debian-s390x-cross.docker |   1 -
 .../docker/dockerfiles/debian-tricore-cross.docker |   1 -
 tests/docker/dockerfiles/fedora-i386-cross.docker  |   1 -
 tests/docker/dockerfiles/fedora-win32-cross.docker |   1 -
 tests/docker/dockerfiles/fedora-win64-cross.docker |   1 -
 tests/docker/dockerfiles/fedora.docker             |   1 -
 tests/docker/dockerfiles/opensuse-leap.docker      |   1 -
 tests/docker/dockerfiles/ubuntu1804.docker         |   1 -
 tests/docker/dockerfiles/ubuntu2004.docker         |   1 -
 tests/lcitool/projects/qemu.yml                    |   1 -
 tests/qtest/meson.build                            |  27 +--
 tests/vm/centos.aarch64                            |   3 +-
 tests/vm/fedora                                    |   2 +-
 40 files changed, 289 insertions(+), 265 deletions(-)
 delete mode 100644 docs/ccid.txt
 create mode 100644 docs/system/devices/ccid.rst

Comments

Richard Henderson April 20, 2022, 4:38 p.m. UTC | #1
On 4/20/22 03:33, Thomas Huth wrote:
> The following changes since commit 1be5a765c08cee3a9587c8a8d3fc2ea247b13f9c:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-04-19 18:22:16 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-04-20
> 
> for you to fetch changes up to 41663beda53c517fd442648e4b62c9dada8bff9b:
> 
>    tests/avocado: Allow overwrite smp and memory size command line options (2022-04-20 09:44:29 +0200)
> 
> ----------------------------------------------------------------
> * Drop perl-Test-Harness from the CI containers / VMs
> * Some qtest fixes
> * Convert ccid doc to restructuredText
> * Add compat machines for 7.1
> * Allow overwrite smp and memory size in avocado tests

Applied, thanks.  Please update the wiki changelog for 7.1 as appropriate.


r~

> 
> ----------------------------------------------------------------
> Ahmed Abouzied (1):
>        tests/avocado: Allow overwrite smp and memory size command line options
> 
> Alex Bennée (1):
>        tests/qtest: properly initialise the vring used idx
> 
> Cornelia Huck (1):
>        hw: Add compat machines for 7.1
> 
> Lucas Ramage (1):
>        docs/ccid: convert to restructuredText
> 
> Thomas Huth (3):
>        tests: Drop perl-Test-Harness from the CI containers / VMs
>        tests/qtest: Enable more tests for the "mipsel" target
>        tests/qtest: Move the fuzz tests to x86 only
> 
>   docs/ccid.txt                                      | 182 ---------------------
>   docs/system/device-emulation.rst                   |   1 +
>   docs/system/devices/ccid.rst                       | 171 +++++++++++++++++++
>   include/hw/boards.h                                |   3 +
>   include/hw/i386/pc.h                               |   3 +
>   hw/arm/virt.c                                      |   9 +-
>   hw/core/machine.c                                  |   3 +
>   hw/i386/pc.c                                       |   3 +
>   hw/i386/pc_piix.c                                  |  14 +-
>   hw/i386/pc_q35.c                                   |  13 +-
>   hw/m68k/virt.c                                     |   9 +-
>   hw/ppc/spapr.c                                     |  15 +-
>   hw/s390x/s390-virtio-ccw.c                         |  14 +-
>   tests/qtest/endianness-test.c                      |   1 +
>   tests/qtest/fuzz-lsi53c895a-test.c                 |   8 +-
>   tests/qtest/fuzz-megasas-test.c                    |  12 +-
>   tests/qtest/fuzz-sb16-test.c                       |  12 +-
>   tests/qtest/fuzz-sdcard-test.c                     |  12 +-
>   tests/qtest/fuzz-virtio-scsi-test.c                |   8 +-
>   tests/qtest/libqos/virtio.c                        |   2 +
>   .gitlab-ci.d/cirrus/freebsd-12.vars                |   2 +-
>   .gitlab-ci.d/cirrus/freebsd-13.vars                |   2 +-
>   .gitlab-ci.d/cirrus/macos-11.vars                  |   4 +-
>   tests/avocado/avocado_qemu/__init__.py             |   6 +-
>   tests/docker/dockerfiles/alpine.docker             |   1 -
>   tests/docker/dockerfiles/centos8.docker            |   1 -
>   tests/docker/dockerfiles/debian-arm64-cross.docker |   1 -
>   tests/docker/dockerfiles/debian-s390x-cross.docker |   1 -
>   .../docker/dockerfiles/debian-tricore-cross.docker |   1 -
>   tests/docker/dockerfiles/fedora-i386-cross.docker  |   1 -
>   tests/docker/dockerfiles/fedora-win32-cross.docker |   1 -
>   tests/docker/dockerfiles/fedora-win64-cross.docker |   1 -
>   tests/docker/dockerfiles/fedora.docker             |   1 -
>   tests/docker/dockerfiles/opensuse-leap.docker      |   1 -
>   tests/docker/dockerfiles/ubuntu1804.docker         |   1 -
>   tests/docker/dockerfiles/ubuntu2004.docker         |   1 -
>   tests/lcitool/projects/qemu.yml                    |   1 -
>   tests/qtest/meson.build                            |  27 +--
>   tests/vm/centos.aarch64                            |   3 +-
>   tests/vm/fedora                                    |   2 +-
>   40 files changed, 289 insertions(+), 265 deletions(-)
>   delete mode 100644 docs/ccid.txt
>   create mode 100644 docs/system/devices/ccid.rst
>