This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/qemu.
from 8746309137 Update version for v5.1.0-rc0 release adds 650181007a virtio-net: fix removal of failover device adds 9a8d949245 hw/net: Added CSO for IPv6 adds a2e5cb7a87 net/colo-compare.c: Expose compare "max_queue_size" to users adds 2b28a7ef90 qemu-options.hx: Clean up and fix typo for colo-compare adds 894022e616 net: check if the file descriptor is valid before using it adds e7b347d0bf net: detect errors from probing vnet hdr flag for TAP devices adds a134321ef6 ftgmac100: fix dblac write test adds ee5128bb00 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] adds f8b332a1ff tpm: tpm_spapr: Exit on TPM backend failures adds df8a756893 tests: tpm: Skip over pcrUpdateCounter byte in result comparison adds 175788d4eb Merge remote-tracking branch 'remotes/stefanberger/tags/pull [...] adds 8ec1415935 vfio: fix use-after-free in display adds 4084e35068 usb: fix storage regression adds 95d1fbabae Merge remote-tracking branch 'remotes/kraxel/tags/fixes-2020 [...] new 1f43671a0d i368/cpu: Clear env->user_features after loading versioned C [...] new f9f08e7cae i386/cpu: Don't add unavailable_features to env->user_features new 5cb287d2bd target/i386: add fast short REP MOV support new e0013791b9 target/i386: fix model number and add missing features for I [...] new 644e3c5d81 target/i386: add the missing vmx features for Skylake-Server [...] new 818b9f111d i386: hvf: Explicitly set CR4 guest/host mask new 151f76c689 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next [...] new 82e258db15 qtest: bios-tables-test: fix a memory leak new 15c51f724e tests: qmp-cmd-test: fix memory leak new f5ec79f5e0 fuzz: Expect the cmdline in a freeable GString new 12a9b8d824 configure: Fix for running with --enable-werror on macOS new ab2d185d6b qom: Plug memory leak in "info qom-tree" new b610eba335 gitlab-ci.yml: Add fuzzer tests new b7bda69c4e Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.yml | 20 ++++++++++++++- configure | 2 +- hw/net/ftgmac100.c | 14 ++++++----- hw/net/net_tx_pkt.c | 15 ++++++++--- hw/net/virtio-net.c | 1 + hw/tpm/tpm_spapr.c | 5 +++- hw/usb/dev-storage.c | 3 +-- hw/vfio/display.c | 1 + include/qemu/sockets.h | 1 + net/colo-compare.c | 43 ++++++++++++++++++++++++++++++- net/socket.c | 9 +++++-- net/tap-bsd.c | 2 +- net/tap-linux.c | 8 +++--- net/tap-solaris.c | 2 +- net/tap-stub.c | 2 +- net/tap.c | 50 +++++++++++++++++++++++++++++------- net/tap_int.h | 2 +- qemu-options.hx | 33 ++++++++++++------------ qom/qom-hmp-cmds.c | 6 +++-- target/i386/cpu.c | 38 ++++++++++++++++++++++++++-- target/i386/cpu.h | 2 ++ target/i386/hvf/vmx.h | 1 + tests/qtest/bios-tables-test.c | 1 + tests/qtest/fuzz/fuzz.c | 13 +++++----- tests/qtest/fuzz/fuzz.h | 6 ++--- tests/qtest/fuzz/i440fx_fuzz.c | 4 +-- tests/qtest/fuzz/qos_fuzz.c | 6 ++--- tests/qtest/qmp-cmd-test.c | 13 ++++++++++ tests/qtest/tpm-util.c | 6 ++++- util/oslib-posix.c | 26 +++++++++++++------ util/oslib-win32.c | 57 ++++++++++++++++++++++++------------------ 31 files changed, 290 insertions(+), 102 deletions(-)