qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/25] qtest patches and misc header clean-ups
@ 2022-02-21 11:59 Thomas Huth
  2022-02-21 11:59 ` [PULL 01/25] tests/x86: Use 'pc' machine type for old hardware tests Thomas Huth
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Thomas Huth @ 2022-02-21 11:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

 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



^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2022-02-22 20:18 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-21 11:59 [PULL 00/25] qtest patches and misc header clean-ups Thomas Huth
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

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).