All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org,
	Richard Henderson <richard.henderson@linaro.org>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 0/7] Misc patches
Date: Wed, 20 Apr 2022 12:33:02 +0200	[thread overview]
Message-ID: <20220420103309.264479-1-thuth@redhat.com> (raw)

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



             reply	other threads:[~2022-04-20 10:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 10:33 Thomas Huth [this message]
2022-04-20 10:33 ` [PULL 1/7] tests: Drop perl-Test-Harness from the CI containers / VMs Thomas Huth
2022-04-20 10:33 ` [PULL 2/7] tests/qtest: Enable more tests for the "mipsel" target Thomas Huth
2022-04-20 10:33 ` [PULL 3/7] tests/qtest: Move the fuzz tests to x86 only Thomas Huth
2022-04-20 10:33 ` [PULL 4/7] tests/qtest: properly initialise the vring used idx Thomas Huth
2022-04-20 10:33 ` [PULL 5/7] docs/ccid: convert to restructuredText Thomas Huth
2022-04-20 10:33 ` [PULL 6/7] hw: Add compat machines for 7.1 Thomas Huth
2022-04-20 10:33 ` [PULL 7/7] tests/avocado: Allow overwrite smp and memory size command line options Thomas Huth
2022-04-20 16:38 ` [PULL 0/7] Misc patches Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2023-10-12 16:51 Thomas Huth
2023-10-16 19:20 ` 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=20220420103309.264479-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /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.