mbox

[PULL,00/25] qtest patches and misc header clean-ups

Message ID 20220221120008.600114-1-thuth@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2022-02-21

Message

Thomas Huth Feb. 21, 2022, 11:59 a.m. UTC
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

Comments

Philippe Mathieu-Daudé Feb. 21, 2022, 12:21 p.m. UTC | #1
On 21/2/22 12:59, Thomas Huth wrote:

> ----------------------------------------------------------------
> * Improve virtio-net failover test
> * Some small fixes for the qtests
> * Misc header cleanups by Philippe
> 
> ----------------------------------------------------------------

> 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

Thanks for picking these!
Peter Maydell Feb. 22, 2022, 8:16 p.m. UTC | #2
On Mon, 21 Feb 2022 at 12:00, Thomas Huth <thuth@redhat.com> wrote:
>
>  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



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM