[PULL 00/19] qtests, gitlab, s390x and misc patches

Thomas Huth posted 19 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
.gitlab-ci.yml                        |  24 +++-
MAINTAINERS                           |   3 +-
configure                             |   4 +-
docs/_templates/editpage.html         |   5 +
docs/conf.py                          |   1 +
docs/devel/_templates/editpage.html   |   5 +
docs/devel/fuzzing.rst                | 236 ++++++++++++++++++++++++++++++++++
docs/devel/fuzzing.txt                | 214 ------------------------------
docs/devel/index.rst                  |   1 +
docs/interop/_templates/editpage.html |   5 +
docs/specs/_templates/editpage.html   |   5 +
docs/system/_templates/editpage.html  |   5 +
docs/tools/_templates/editpage.html   |   5 +
docs/user/_templates/editpage.html    |   5 +
hw/s390x/ipl.h                        |   4 +-
meson.build                           |   6 +-
scripts/device-crash-test             |   4 +-
scripts/oss-fuzz/build.sh             |  12 +-
target/s390x/cpu_models.c             |   8 +-
tests/qtest/arm-cpu-features.c        |   8 +-
tests/qtest/fuzz/fork_fuzz.ld         |  12 +-
tests/qtest/fuzz/meson.build          |   1 +
tests/qtest/fuzz/virtio_blk_fuzz.c    | 234 +++++++++++++++++++++++++++++++++
tests/qtest/libqos/libqtest.h         |  18 +--
tests/qtest/libqtest-single.h         |   2 +-
tests/qtest/tpm-tests.c               |   6 +-
tests/vm/openbsd                      |   8 +-
27 files changed, 577 insertions(+), 264 deletions(-)
create mode 100644 docs/_templates/editpage.html
create mode 100644 docs/devel/_templates/editpage.html
create mode 100644 docs/devel/fuzzing.rst
delete mode 100644 docs/devel/fuzzing.txt
create mode 100644 docs/interop/_templates/editpage.html
create mode 100644 docs/specs/_templates/editpage.html
create mode 100644 docs/system/_templates/editpage.html
create mode 100644 docs/tools/_templates/editpage.html
create mode 100644 docs/user/_templates/editpage.html
create mode 100644 tests/qtest/fuzz/virtio_blk_fuzz.c
[PULL 00/19] qtests, gitlab, s390x and misc patches
Posted by Thomas Huth 3 years, 5 months ago
 Hi Peter,

the following changes since commit a2547c1ba911a0c53a10fe02d94a0f539dc064cc:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into staging (2020-11-09 13:55:15 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-10

for you to fetch changes up to a58cabd0e355fc51f18db359ba260da268df26ef:

  s390x: Avoid variable size warning in ipl.h (2020-11-10 08:51:30 +0100)

----------------------------------------------------------------
* Some small qtest fixes
* Oss-fuzz updates
* Publish the docs built during gitlab CI to the user's gitlab.io page
* Update the OpenBSD VM test to v6.8
* Fix the device-crash-test script to run with the meson build system
* Some small s390x fixes
----------------------------------------------------------------

Alex Bennée (1):
      configure: surface deprecated targets in the help output

AlexChen (2):
      qtest: Fix bad printf format specifiers
      tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()

Alexander Bulekov (3):
      docs/fuzz: rST-ify the fuzzing documentation
      docs/fuzz: update fuzzing documentation post-meson
      scripts/oss-fuzz: give all fuzzers -target names

Brad Smith (1):
      tests/vm: update openbsd to release 6.8

Daniel P. Berrangé (3):
      gitlab: publish the docs built during CI
      gitlab: force enable docs build in Fedora, Ubuntu, Debian
      docs: add "page source" link to sphinx documentation

Daniele Buono (3):
      fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
      s390x: fix clang 11 warnings in cpu_models.c
      s390x: Avoid variable size warning in ipl.h

Dima Stepanov (1):
      fuzz: add virtio-blk fuzz target

Eduardo Habkost (1):
      device-crash-test: Check if path is actually an executable file

Peter Maydell (1):
      qtest: Update references to parse_escape() in comments

Philippe Mathieu-Daudé (2):
      gitlab-ci: Drop generic cache rule
      MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section

Stefan Hajnoczi (1):
      meson: always include contrib/libvhost-user

 .gitlab-ci.yml                        |  24 +++-
 MAINTAINERS                           |   3 +-
 configure                             |   4 +-
 docs/_templates/editpage.html         |   5 +
 docs/conf.py                          |   1 +
 docs/devel/_templates/editpage.html   |   5 +
 docs/devel/fuzzing.rst                | 236 ++++++++++++++++++++++++++++++++++
 docs/devel/fuzzing.txt                | 214 ------------------------------
 docs/devel/index.rst                  |   1 +
 docs/interop/_templates/editpage.html |   5 +
 docs/specs/_templates/editpage.html   |   5 +
 docs/system/_templates/editpage.html  |   5 +
 docs/tools/_templates/editpage.html   |   5 +
 docs/user/_templates/editpage.html    |   5 +
 hw/s390x/ipl.h                        |   4 +-
 meson.build                           |   6 +-
 scripts/device-crash-test             |   4 +-
 scripts/oss-fuzz/build.sh             |  12 +-
 target/s390x/cpu_models.c             |   8 +-
 tests/qtest/arm-cpu-features.c        |   8 +-
 tests/qtest/fuzz/fork_fuzz.ld         |  12 +-
 tests/qtest/fuzz/meson.build          |   1 +
 tests/qtest/fuzz/virtio_blk_fuzz.c    | 234 +++++++++++++++++++++++++++++++++
 tests/qtest/libqos/libqtest.h         |  18 +--
 tests/qtest/libqtest-single.h         |   2 +-
 tests/qtest/tpm-tests.c               |   6 +-
 tests/vm/openbsd                      |   8 +-
 27 files changed, 577 insertions(+), 264 deletions(-)
 create mode 100644 docs/_templates/editpage.html
 create mode 100644 docs/devel/_templates/editpage.html
 create mode 100644 docs/devel/fuzzing.rst
 delete mode 100644 docs/devel/fuzzing.txt
 create mode 100644 docs/interop/_templates/editpage.html
 create mode 100644 docs/specs/_templates/editpage.html
 create mode 100644 docs/system/_templates/editpage.html
 create mode 100644 docs/tools/_templates/editpage.html
 create mode 100644 docs/user/_templates/editpage.html
 create mode 100644 tests/qtest/fuzz/virtio_blk_fuzz.c


Re: [PULL 00/19] qtests, gitlab, s390x and misc patches
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 10 Nov 2020 at 11:11, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit a2547c1ba911a0c53a10fe02d94a0f539dc064cc:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into staging (2020-11-09 13:55:15 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-10
>
> for you to fetch changes up to a58cabd0e355fc51f18db359ba260da268df26ef:
>
>   s390x: Avoid variable size warning in ipl.h (2020-11-10 08:51:30 +0100)
>
> ----------------------------------------------------------------
> * Some small qtest fixes
> * Oss-fuzz updates
> * Publish the docs built during gitlab CI to the user's gitlab.io page
> * Update the OpenBSD VM test to v6.8
> * Fix the device-crash-test script to run with the meson build system
> * Some small s390x fixes
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM