From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 00/25] qtest patches and misc header clean-ups
Date: Mon, 21 Feb 2022 12:59:43 +0100 [thread overview]
Message-ID: <20220221120008.600114-1-thuth@redhat.com> (raw)
Hi!
The following changes since commit e670f6d825d4dee248b311197fd4048469d6772b:
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging (2022-02-20 15:05:41 +0000)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-02-21
for you to fetch changes up to 975592f5523fdf8708e4b53da937cf4805b1b79a:
hw/tricore: Remove unused and incorrect header (2022-02-21 10:36:50 +0100)
----------------------------------------------------------------
* Improve virtio-net failover test
* Some small fixes for the qtests
* Misc header cleanups by Philippe
----------------------------------------------------------------
Dr. David Alan Gilbert (2):
tests/x86: Use 'pc' machine type for old hardware tests
tests/x86: Use 'pc' machine type for hotplug tests
Eric Auger (1):
tests/qtest/vhost-user-test.c: Use vhostforce=on
Laurent Vivier (7):
tests/qtest: failover: clean up pathname of tests
tests/qtest: failover: use a macro for check_one_card()
tests/qtest: failover: check the feature is correctly provided
tests/qtest: failover: check missing guest feature
tests/qtest: failover: check migration with failover off
tests/qtest: failover: test migration if the guest doesn't support failover
tests/qtest: failover: migration abort test with failover off
Michael S. Tsirkin (1):
erst: drop cast to long long
Philippe Mathieu-Daudé (12):
hw/tpm: Clean includes
hw/remote: Add missing include
hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
qtest: Add missing 'hw/qdev-core.h' include
exec/ramblock: Add missing includes
core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
target: Add missing "qemu/timer.h" include
linux-user: Add missing "qemu/timer.h" include
softmmu/runstate: Clean headers
exec/exec-all: Move 'qemu/log.h' include in units requiring it
hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
hw/tricore: Remove unused and incorrect header
Thomas Huth (2):
tests/qtest/ide-test: Remove bad retry_isa test
scripts: Remove the old switch-timer-api script
bsd-user/signal.c | 1 +
hw/acpi/memory_hotplug.c | 1 -
hw/arm/omap1.c | 1 +
hw/core/ptimer.c | 1 -
hw/display/omap_dss.c | 1 +
hw/gpio/omap_gpio.c | 1 +
hw/input/tsc210x.c | 1 +
hw/remote/proxy-memory-listener.c | 1 +
hw/tpm/tpm_crb.c | 1 +
hw/tpm/tpm_ppi.c | 4 +-
hw/tpm/tpm_ppi.h | 4 +-
include/exec/exec-all.h | 2 -
include/exec/ramblock.h | 2 +
include/hw/m68k/mcf.h | 1 +
include/hw/tricore/triboard.h | 1 -
linux-user/i386/cpu_loop.c | 1 +
linux-user/ppc/cpu_loop.c | 1 +
monitor/misc.c | 1 +
plugins/api.c | 1 +
scripts/switch-timer-api | 178 -------
softmmu/qtest.c | 1 +
softmmu/runstate.c | 3 +-
target/alpha/helper.c | 2 +-
target/arm/cpu.c | 1 +
target/arm/helper.c | 2 +
target/arm/m_helper.c | 1 +
target/arm/mte_helper.c | 1 +
target/avr/helper.c | 1 +
target/cris/helper.c | 1 +
target/hexagon/internal.h | 2 +
target/hexagon/translate.h | 1 +
target/hppa/cpu.c | 1 +
target/hppa/helper.c | 2 +-
target/hppa/mem_helper.c | 1 +
target/hppa/op_helper.c | 1 +
target/i386/helper.c | 1 +
target/i386/tcg/int_helper.c | 1 +
target/i386/tcg/misc_helper.c | 1 +
target/i386/tcg/sysemu/seg_helper.c | 1 +
target/i386/tcg/sysemu/svm_helper.c | 1 +
target/m68k/op_helper.c | 1 +
target/microblaze/cpu.c | 1 +
target/microblaze/mmu.c | 1 +
target/microblaze/op_helper.c | 1 +
target/mips/tcg/exception.c | 1 +
target/mips/tcg/sysemu/special_helper.c | 1 +
target/mips/tcg/translate.h | 1 +
target/openrisc/interrupt.c | 1 +
target/openrisc/mmu.c | 1 +
target/ppc/excp_helper.c | 1 +
target/ppc/misc_helper.c | 1 +
target/riscv/csr.c | 1 +
target/s390x/tcg/excp_helper.c | 1 +
target/s390x/tcg/mem_helper.c | 1 +
target/sparc/helper.c | 1 +
target/sparc/ldst_helper.c | 1 +
target/sparc/mmu_helper.c | 1 +
target/tricore/helper.c | 2 +-
target/xtensa/dbg_helper.c | 1 +
target/xtensa/exc_helper.c | 1 +
target/xtensa/fpu_helper.c | 1 +
target/xtensa/helper.c | 1 +
target/xtensa/mmu_helper.c | 1 +
target/xtensa/win_helper.c | 1 +
tests/qtest/device-plug-test.c | 20 +-
tests/qtest/drive_del-test.c | 35 +-
tests/qtest/erst-test.c | 2 +-
tests/qtest/fdc-test.c | 2 +-
tests/qtest/hd-geo-test.c | 16 +-
tests/qtest/i440fx-test.c | 2 +-
tests/qtest/ide-test.c | 16 +-
tests/qtest/ivshmem-test.c | 7 +-
tests/qtest/vhost-user-test.c | 2 +-
tests/qtest/virtio-net-failover.c | 911 +++++++++++++++++++++++++-------
74 files changed, 853 insertions(+), 416 deletions(-)
delete mode 100755 scripts/switch-timer-api
next reply other threads:[~2022-02-21 12:05 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-21 11:59 Thomas Huth [this message]
2022-02-21 11:59 ` [PULL 01/25] tests/x86: Use 'pc' machine type for old hardware tests Thomas Huth
2022-02-21 11:59 ` [PULL 02/25] tests/x86: Use 'pc' machine type for hotplug tests Thomas Huth
2022-02-21 11:59 ` [PULL 03/25] erst: drop cast to long long Thomas Huth
2022-02-21 11:59 ` [PULL 04/25] tests/qtest/vhost-user-test.c: Use vhostforce=on Thomas Huth
2022-02-21 11:59 ` [PULL 05/25] tests/qtest/ide-test: Remove bad retry_isa test Thomas Huth
2022-02-21 11:59 ` [PULL 06/25] tests/qtest: failover: clean up pathname of tests Thomas Huth
2022-02-21 11:59 ` [PULL 07/25] tests/qtest: failover: use a macro for check_one_card() Thomas Huth
2022-02-21 11:59 ` [PULL 08/25] tests/qtest: failover: check the feature is correctly provided Thomas Huth
2022-02-21 11:59 ` [PULL 09/25] tests/qtest: failover: check missing guest feature Thomas Huth
2022-02-21 11:59 ` [PULL 10/25] tests/qtest: failover: check migration with failover off Thomas Huth
2022-02-21 11:59 ` [PULL 11/25] tests/qtest: failover: test migration if the guest doesn't support failover Thomas Huth
2022-02-21 11:59 ` [PULL 12/25] tests/qtest: failover: migration abort test with failover off Thomas Huth
2022-02-21 11:59 ` [PULL 13/25] scripts: Remove the old switch-timer-api script Thomas Huth
2022-02-21 11:59 ` [PULL 14/25] hw/tpm: Clean includes Thomas Huth
2022-02-21 11:59 ` [PULL 15/25] hw/remote: Add missing include Thomas Huth
2022-02-21 11:59 ` [PULL 16/25] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header Thomas Huth
2022-02-21 12:00 ` [PULL 17/25] qtest: Add missing 'hw/qdev-core.h' include Thomas Huth
2022-02-21 12:00 ` [PULL 18/25] exec/ramblock: Add missing includes Thomas Huth
2022-02-21 12:00 ` [PULL 19/25] core/ptimers: Remove unnecessary 'sysemu/cpus.h' include Thomas Huth
2022-02-21 12:00 ` [PULL 20/25] target: Add missing "qemu/timer.h" include Thomas Huth
2022-02-21 12:00 ` [PULL 21/25] linux-user: " Thomas Huth
2022-02-21 12:00 ` [PULL 22/25] softmmu/runstate: Clean headers Thomas Huth
2022-02-21 12:00 ` [PULL 23/25] exec/exec-all: Move 'qemu/log.h' include in units requiring it Thomas Huth
2022-02-21 12:00 ` [PULL 24/25] hw/m68k/mcf: Add missing 'exec/hwaddr.h' header Thomas Huth
2022-02-21 12:00 ` [PULL 25/25] hw/tricore: Remove unused and incorrect header Thomas Huth
2022-02-21 12:21 ` [PULL 00/25] qtest patches and misc header clean-ups Philippe Mathieu-Daudé
2022-02-22 20:16 ` Peter Maydell
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=20220221120008.600114-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).