qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/7] fuzzing and other test-related patches


From: Thomas Huth
Subject: [PULL 0/7] fuzzing and other test-related patches
Date: Tue, 16 Jun 2020 10:58:06 +0200

 Hi Peter,

the following changes since commit 7d3660e79830a069f1848bb4fa1cdf8f666424fb:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2020-06-12 23:06:22 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-06-16

for you to fetch changes up to 1ef6bfc23144e0ec7c182301d26b114b3610c8c8:

  configure: Let SLOF be initialized by ./scripts/git-submodule.sh (2020-06-15 
18:26:47 +0200)

----------------------------------------------------------------
* Latest fuzzer patches from Alexander
* Fix for the qtest bios-tables-test
* LGPL information cleanup in qtest code
* sh4 acceptance test
* Improved submodule handling for the s390x CI test
----------------------------------------------------------------

Alexander Bulekov (3):
      fuzz: skip QTest serialization
      fuzz: Add support for logging QTest commands
      fuzz: add oss-fuzz build-script

Eric Auger (1):
      bios-tables-test: Fix "-tpmdev: invalid option"

Philippe Mathieu-Daudé (1):
      configure: Let SLOF be initialized by ./scripts/git-submodule.sh

Thomas Huth (2):
      tests/qtest: Fix LGPL information in the file headers
      tests/acceptance: Add boot tests for sh4 QEMU advent calendar image

 .travis.yml                                      |   3 +-
 MAINTAINERS                                      |   1 +
 configure                                        |   5 +
 scripts/oss-fuzz/build.sh                        | 105 ++++++++++
 tests/acceptance/boot_linux_console.py           |  13 +-
 tests/qtest/bios-tables-test.c                   |   4 +
 tests/qtest/e1000e-test.c                        |   2 +-
 tests/qtest/fuzz/Makefile.include                |  21 ++
 tests/qtest/fuzz/fuzz.c                          |  20 +-
 tests/qtest/fuzz/fuzz.h                          |   3 +
 tests/qtest/fuzz/qos_fuzz.c                      |   2 +-
 tests/qtest/fuzz/qtest_wrappers.c                | 252 +++++++++++++++++++++++
 tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c |   2 +-
 tests/qtest/libqos/arm-imx25-pdk-machine.c       |   2 +-
 tests/qtest/libqos/arm-n800-machine.c            |   2 +-
 tests/qtest/libqos/arm-raspi2-machine.c          |   2 +-
 tests/qtest/libqos/arm-sabrelite-machine.c       |   2 +-
 tests/qtest/libqos/arm-smdkc210-machine.c        |   2 +-
 tests/qtest/libqos/arm-virt-machine.c            |   2 +-
 tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c  |   2 +-
 tests/qtest/libqos/e1000e.c                      |   2 +-
 tests/qtest/libqos/e1000e.h                      |   2 +-
 tests/qtest/libqos/ppc64_pseries-machine.c       |   2 +-
 tests/qtest/libqos/qgraph.c                      |   2 +-
 tests/qtest/libqos/qgraph.h                      |   2 +-
 tests/qtest/libqos/qgraph_internal.h             |   2 +-
 tests/qtest/libqos/qos_external.c                |   2 +-
 tests/qtest/libqos/qos_external.h                |   2 +-
 tests/qtest/libqos/sdhci.c                       |   2 +-
 tests/qtest/libqos/sdhci.h                       |   2 +-
 tests/qtest/libqos/virtio-9p.c                   |   2 +-
 tests/qtest/libqos/virtio-9p.h                   |   2 +-
 tests/qtest/libqos/virtio-balloon.c              |   2 +-
 tests/qtest/libqos/virtio-balloon.h              |   2 +-
 tests/qtest/libqos/virtio-blk.c                  |   2 +-
 tests/qtest/libqos/virtio-blk.h                  |   2 +-
 tests/qtest/libqos/virtio-net.c                  |   2 +-
 tests/qtest/libqos/virtio-net.h                  |   2 +-
 tests/qtest/libqos/virtio-rng.c                  |   2 +-
 tests/qtest/libqos/virtio-rng.h                  |   2 +-
 tests/qtest/libqos/virtio-scsi.c                 |   2 +-
 tests/qtest/libqos/virtio-scsi.h                 |   2 +-
 tests/qtest/libqos/virtio-serial.c               |   2 +-
 tests/qtest/libqos/virtio-serial.h               |   2 +-
 tests/qtest/libqos/x86_64_pc-machine.c           |   2 +-
 tests/qtest/qos-test.c                           |   2 +-
 46 files changed, 458 insertions(+), 41 deletions(-)
 create mode 100755 scripts/oss-fuzz/build.sh
 create mode 100644 tests/qtest/fuzz/qtest_wrappers.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]