qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] cbe945: fuzz: Add more i386 configurations fo


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] cbe945: fuzz: Add more i386 configurations for fuzzing
Date: Fri, 01 Jan 2021 10:44:59 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: cbe945c74c8047a01c9b918fa93955a50824e318
      
https://github.com/qemu/qemu/commit/cbe945c74c8047a01c9b918fa93955a50824e318
  Author: Alexander Bulekov <alxndr@bu.edu>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M tests/qtest/fuzz/generic_fuzz_configs.h

  Log Message:
  -----------
  fuzz: Add more i386 configurations for fuzzing

This adds configurations for fuzzing the following devices on oss-fuzz:

* vmxnet3
CC: Dmitry Fleytman <dmitry.fleytman@gmail.com>
* ne2k
* pcnet
* rtl8139
CC: Jason Wang <jasowang@redhat.com>
* eepro100
CC: Stefan Weil <sw@weilnetz.de>
* sdhci
CC: Philippe Mathieu-Daudé <f4bug@amsat.org>
* ehci
* ohci
* ac97
* cs4231a
* es1370
* sb16
CC: Gerd Hoffmann <kraxel@redhat.com>
* megasas
CC: Hannes Reinecke <hare@suse.com>
* parallel
CC: Michael S. Tsirkin <mst@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20201123184352.242907-1-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d61368d1e971a63dce1d4b1f9bc39f0588f359b6
      
https://github.com/qemu/qemu/commit/d61368d1e971a63dce1d4b1f9bc39f0588f359b6
  Author: Alexander Bulekov <alxndr@bu.edu>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M tests/qtest/fuzz/generic_fuzz_configs.h

  Log Message:
  -----------
  fuzz: fix the generic-fuzz-floppy config

On the pc-i440fx machine, the floppy drive relies on the i8257 DMA
controller. Add this device to the floppy fuzzer config, and silence the
warning about a missing format specifier for the null-co:// drive.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20201216203328.41112-1-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d44423ad14d0fd9d90b86f2b50f24c7993b22777
      
https://github.com/qemu/qemu/commit/d44423ad14d0fd9d90b86f2b50f24c7993b22777
  Author: Wainer dos Santos Moschetta <wainersm@redhat.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M tests/requirements.txt

  Log Message:
  -----------
  tests/acceptance: Bump avocado requirements to 83.0

To use Avocado's testlogs plug-in on CI it is required to use
its 83.0 or greater version.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20201211183827.915232-2-wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: ba2232bae6d67706b6a72e487fd57ccf38486a14
      
https://github.com/qemu/qemu/commit/ba2232bae6d67706b6a72e487fd57ccf38486a14
  Author: Wainer dos Santos Moschetta <wainersm@redhat.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  gitlab-ci: Refactor code that show logs of failed acceptances

Replace the code (python) on after_script of the acceptance jobs that
is currently used to show the logs of failed tests. Instead it is used
the Avocado's testlogs plug-in which works likewise.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20201211183827.915232-3-wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: df063546c2de1a5045e356253abd9a2e6e2bec6d
      
https://github.com/qemu/qemu/commit/df063546c2de1a5045e356253abd9a2e6e2bec6d
  Author: Wainer dos Santos Moschetta <wainersm@redhat.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  gitlab-ci: Archive logs of acceptance tests

Keep the logs of acceptance tests for two days on GitLab. If you want
to make it available for more time, click on the 'Keep' button on
the Job page at web UI.

By default GitLab will archive artifacts only if the job succeed.
Instead let's keep it on both success and failure, so it gives the
opportunity to the developer/maintainer to check the error logs
as well as to the logs of CANCEL tests (not shown on the job logs).

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201211183827.915232-4-wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 3896895ab491601abd10a8059b90bdb32d91f172
      
https://github.com/qemu/qemu/commit/3896895ab491601abd10a8059b90bdb32d91f172
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M .gitlab-ci.yml
    M tests/qtest/fuzz/generic_fuzz_configs.h
    M tests/requirements.txt

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/huth-gitlab/tags/pull-request-2020-12-21' into staging

* Two fuzzer patches from Alexander
* Show logs of failed acceptance jobs in the gitlab-CI

# gpg: Signature made Mon 21 Dec 2020 13:38:37 GMT
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/huth-gitlab/tags/pull-request-2020-12-21:
  gitlab-ci: Archive logs of acceptance tests
  gitlab-ci: Refactor code that show logs of failed acceptances
  tests/acceptance: Bump avocado requirements to 83.0
  fuzz: fix the generic-fuzz-floppy config
  fuzz: Add more i386 configurations for fuzzing

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/1f7c02797fa1...3896895ab491



reply via email to

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