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-aarch64-build_cross in repository toolchain/ci/qemu.
from 8bfa25a46f Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 917ebcb170 qga-win: Fix QGA VSS Provider service stop failure adds 844bd70b56 qga: fix assert regression on guest-shutdown adds e47f4765af util: Introduce qemu_get_host_name() adds 0d3a8f32b1 qga: Use qemu_get_host_name() instead of g_get_host_name() adds c920fdba39 Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2 [...] adds ba412478d1 MAINTAINERS: Cc qemu-block mailing list adds 1c2329b5d6 docs/orangepi: Add instructions for resizing SD image to pow [...] adds b7dcbf1395 tests/acceptance/boot_linux: Tag tests using a SD card with [...] adds 6a289a5ba3 tests/acceptance/boot_linux: Expand SD card image to power of 2 adds 9157dd597d hw/sd/sdcard: Restrict Class 6 commands to SCSD cards adds 6dd3a164f5 hw/sd/sdcard: Simplify realize() a bit adds a9bcedd15a hw/sd/sdcard: Do not allow invalid SD card sizes adds 794d68de2f hw/sd/sdcard: Update coding style to make checkpatch.pl happy adds 790762e548 hw/sd/sdcard: Do not switch to ReceivingData if address is invalid adds 3a9163af4e Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdc [...] adds 01afa757b6 scripts/performance: Add dissect.py script adds 14661d93d7 python/machine.py: consolidate _post_shutdown() adds 671940e633 python/machine.py: Close QMP socket in cleanup adds e2c97f1612 python/machine.py: Add _early_cleanup hook adds 3a7d64b6fc python/machine.py: Perform early cleanup for wait() calls, too adds a3842cb078 python/machine.py: Prohibit multiple shutdown() calls adds c9b3045bc2 python/machine.py: Add a configurable timeout to shutdown() adds 8952805931 python/machine.py: Make wait() call shutdown() adds a0690c3900 tests/acceptance: wait() instead of shutdown() where appropriate adds fdb87f0dc2 tests/acceptance: Don't test reboot on cubieboard adds 193bf1c061 python/machine.py: split shutdown into hard and soft flavors adds de6e08b5b9 python/machine.py: re-add sigkill warning suppression adds 04f0e36eba python/machine.py: change default wait timeout to 3 seconds adds a5d76376d6 python/qmp.py: Define common types adds 2012453ddd iotests.py: use qemu.qmp type aliases adds e3a23b4803 python/qmp.py: re-absorb MonitorResponseError adds ef5d474472 python/qmp.py: Do not return None from cmd_obj adds 2e2d930517 python/qmp.py: add casts to JSON deserialization adds 84dcdf0887 python/qmp.py: add QMPProtocolError adds 673205379f Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pyt [...] adds 9788e8c9b6 target/mips: Remove identical if/else branches adds dda97e385b target/mips: Fix ADD.S FPU instruction adds 15d983dee9 MAINTAINERS: Adjust MIPS maintainership (add Huacai Chen & J [...] adds f1d5948669 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mip [...] adds 93154e767f docs/devel: fix grammar in multi-thread-tcg adds a77312e77c tests/docker: Remove the libssh workaround from the ubuntu 2 [...] adds f73e485285 docker.py: fix fetching of FROM layers adds 6f60a240f6 gitlab-ci/containers: Add missing wildcard where we should l [...] adds 8cdf91243f fpu/softfloat: fix up float16 nan recognition adds 777dddc501 tests/plugins: don't unconditionally add -Wpsabi adds 2f3a57ee47 cputlb: ensure we save the IOTLB data in case of reset adds 406b53c9ca plugins: expand the bb plugin to be thread safe and track per-cpu adds 0571d280d0 .travis.yml: skip ppc64abi32-linux-user with plugins adds dfcade7cef Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc [...] adds 8746309137 Update version for v5.1.0-rc0 release new 650181007a virtio-net: fix removal of failover device new 9a8d949245 hw/net: Added CSO for IPv6 new a2e5cb7a87 net/colo-compare.c: Expose compare "max_queue_size" to users new 2b28a7ef90 qemu-options.hx: Clean up and fix typo for colo-compare new 894022e616 net: check if the file descriptor is valid before using it new e7b347d0bf net: detect errors from probing vnet hdr flag for TAP devices new a134321ef6 ftgmac100: fix dblac write test new ee5128bb00 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] new f8b332a1ff tpm: tpm_spapr: Exit on TPM backend failures new df8a756893 tests: tpm: Skip over pcrUpdateCounter byte in result comparison new 175788d4eb Merge remote-tracking branch 'remotes/stefanberger/tags/pull [...]
The 11 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.d/containers.yml | 1 + .travis.yml | 3 +- MAINTAINERS | 5 + VERSION | 2 +- accel/tcg/cputlb.c | 38 ++++++- configure | 3 + docs/devel/multi-thread-tcg.rst | 2 +- docs/system/arm/orangepi.rst | 16 ++- fpu/softfloat-specialize.inc.c | 4 +- hw/net/ftgmac100.c | 14 ++- hw/net/net_tx_pkt.c | 15 ++- hw/net/virtio-net.c | 1 + hw/sd/sd.c | 86 ++++++++++---- hw/tpm/tpm_spapr.c | 5 +- include/hw/core/cpu.h | 16 +++ include/qemu/osdep.h | 10 ++ include/qemu/sockets.h | 1 + include/qemu/typedefs.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 +- python/qemu/machine.py | 174 +++++++++++++++++++++-------- python/qemu/qmp.py | 67 ++++++++--- qemu-options.hx | 33 +++--- qga/commands.c | 17 ++- qga/main.c | 6 +- qga/vss-win32/install.cpp | 33 +++--- scripts/performance/dissect.py | 166 +++++++++++++++++++++++++++ scripts/render_block_graph.py | 7 +- target/mips/cp0_helper.c | 9 +- target/mips/fpu_helper.c | 2 +- tests/acceptance/boot_linux_console.py | 48 +++++--- tests/acceptance/linux_ssh_mips_malta.py | 2 + tests/docker/docker.py | 16 ++- tests/docker/dockerfiles/ubuntu2004.docker | 3 - tests/plugin/Makefile | 22 +++- tests/plugin/bb.c | 97 +++++++++++++--- tests/qemu-iotests/iotests.py | 9 +- tests/qtest/tpm-util.c | 6 +- util/oslib-posix.c | 61 ++++++++-- util/oslib-win32.c | 70 +++++++----- 46 files changed, 948 insertions(+), 241 deletions(-) create mode 100755 scripts/performance/dissect.py