This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from f9d9fff72e Merge tag 'qemu-sparc-20220718' of https://github.com/mcayla [...] adds bbb0151cf2 qga: treat get-guest-fsinfo as "best effort" adds 1ab330eae5 tests/vm: use 'cp' instead of 'ln' for temporary vm images adds 70457c60fe tests/vm: switch CentOS 8 to CentOS 8 Stream adds 5d8e7da891 tests/vm: switch centos.aarch64 to CentOS 8 Stream adds 47f71f8912 tests/vm: upgrade Ubuntu 18.04 VM to 20.04 adds 5e658729b6 tests/vm: remove ubuntu.i386 VM test adds b967bf1345 tests/vm: remove duplicate 'centos' VM test adds eaf46a65ab tests/vm: add 1GB extra memory per core adds 28a48ed5f7 tests/vm: Remove docker cross-compile test from CentOS VM adds e18f27d9ed qtest/machine-none: Add LoongArch support adds c4f8ce24de tests/unit: Replace g_memdup() by g_memdup2() adds 2d2e4843b6 Replace 'whitelist' with 'allow' adds 0a979a1320 util: Fix broken build on Haiku adds 9b0ecfaba5 python/qemu/qmp/legacy: Replace 'returns-whitelist' with the [...] adds da7da9d5e6 Merge tag 'pull-request-2022-07-19' of https://gitlab.com/th [...] new c8ddcdd688 dbus-display: fix test race when initializing p2p connection new 3ef1497b46 microvm: turn off io reservations for pcie root ports new 84218892f0 usb/hcd-xhci: check slotid in xhci_wakeup_endpoint() new f3a445b68e usb: document guest-reset and guest-reset-all new 04fcb215b8 usb: document pcap (aka usb traffic capture) new c34a933802 gtk: Add show_tabs=on|off command line option. new d48125de38 Merge tag 'kraxel-20220719-pull-request' of https://gitlab.c [...]
The 7 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: docs/devel/submitting-a-patch.rst | 2 +- docs/system/devices/usb.rst | 41 +++++++++ docs/tools/qemu-nbd.rst | 2 +- hw/i386/microvm.c | 11 +++ hw/usb/hcd-xhci.c | 3 +- python/qemu/qmp/legacy.py | 2 +- qapi/ui.json | 7 +- qemu-options.hx | 6 +- qga/commands-posix.c | 10 ++- scripts/vmstate-static-checker.py | 2 +- tests/qtest/machine-none-test.c | 1 + tests/unit/ptimer-test.c | 22 ++--- tests/unit/test-iov.c | 26 +++--- tests/vm/Makefile.include | 5 +- tests/vm/basevm.py | 5 ++ tests/vm/centos | 9 +- tests/vm/centos.aarch64 | 174 ++++++-------------------------------- tests/vm/ubuntu.aarch64 | 10 ++- tests/vm/ubuntu.i386 | 40 --------- ui/dbus.c | 4 +- ui/gtk.c | 4 + util/cutils.c | 4 + util/oslib-posix.c | 4 - 23 files changed, 156 insertions(+), 238 deletions(-) delete mode 100755 tests/vm/ubuntu.i386