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 66a300a107 Update version for v5.2.0-rc2 release adds 933c8fe781 meson: Fix argument for makensis (build regression) adds ac9574bc87 docs: Fix some typos (found by codespell) adds dccdb0f82a meson: Fix build with --disable-guest-agent-msi adds ca31e3072f meson: Fixes curses detection on msys2 adds 65baabca22 hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TS [...] adds c6a89b45bd hvf: Fix segment selector format adds 29cf16db23 buildsys: Help git-diff adding .gitattributes config file adds 269ff671c5 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds 2b37e9f843 authz-list-file: Fix file read error handling adds 8e26ae7bb5 authz-list-file: Improve an error message adds 3428455df9 authz-pam: Check that 'service' property is set adds c2aa8a3d7e authz-simple: Check that 'identity' property is set adds b696f2c6ba Merge remote-tracking branch 'remotes/berrange-gitlab/tags/m [...] adds 6d24795ee7 Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU [...] adds 3d275bd17c Merge remote-tracking branch 'remotes/gkurz/tags/ppc-for-5.2 [...] adds e2c6cd5674 s390/kvm: fix diag318 propagation and reset functionality adds e67ad058e4 s390x/pci: Unregister listeners before destroying IOMMU addr [...] adds a4e2fff1b1 s390x/pci: fix endianness issues adds ff85db769f Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] new 4b265c79a8 trace: use STAP_SDT_V2 to work around symbol visibility new 7fbd7e7103 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...] new 923e931188 docs: Get rid of the weird _005f links in the man page new f369797617 tests/qtest: variable defined by g_autofree need to be initialized new 7aed584ca6 tests/qtest: fix memleak in npcm7xx_watchdog_timer-test new 88a8b27e55 qtest: do not return freed argument vector from qtest_rsp new 7761e07c3f Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] new 6ca2aa5cfb usb: fix kconfig for usb-xhci-sysbus new 5983021eb6 qboot: update to latest upstream new e3a232cccd Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
The 10 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: .gitattributes | 2 + authz/listfile.c | 6 +- authz/pamacct.c | 6 ++ authz/simple.c | 14 ++++ configure | 7 ++ docs/can.txt | 8 +-- docs/interop/vhost-user.rst | 2 +- docs/replay.txt | 2 +- docs/specs/ppc-spapr-numa.rst | 2 +- docs/system/deprecated.rst | 4 +- docs/system/gdb.rst | 2 +- docs/system/images.rst | 2 +- docs/system/monitor.rst | 2 +- docs/system/mux-chardev.rst | 2 +- docs/system/usb.rst | 6 +- docs/system/vnc-security.rst | 2 +- docs/tools/virtiofsd.rst | 2 +- hw/intc/spapr_xive_kvm.c | 102 ++++++------------------------ hw/s390x/s390-pci-bus.c | 17 +++-- hw/s390x/s390-pci-inst.c | 16 ++++- hw/s390x/s390-pci-vfio.c | 12 ++-- hw/s390x/s390-virtio-ccw.c | 4 ++ hw/usb/Kconfig | 1 - hw/vfio/igd.c | 2 +- include/hw/s390x/s390-pci-clp.h | 8 +-- meson.build | 13 ++-- pc-bios/qboot.rom | Bin 65536 -> 65536 bytes qemu-options.hx | 38 +++++------ qga/meson.build | 36 ++++++----- roms/Makefile | 8 ++- roms/qboot | 2 +- scripts/nsis.py | 2 +- target/i386/hvf/x86.h | 8 +-- target/i386/hvf/x86_cpuid.c | 4 ++ target/s390x/cpu.c | 7 ++ target/s390x/cpu.h | 1 + target/s390x/kvm-stub.c | 4 ++ target/s390x/kvm.c | 22 +++++-- target/s390x/kvm_s390x.h | 1 + tests/qtest/libqtest.c | 1 + tests/qtest/npcm7xx_timer-test.c | 8 +-- tests/qtest/npcm7xx_watchdog_timer-test.c | 6 +- trace/meson.build | 4 +- 43 files changed, 215 insertions(+), 183 deletions(-) create mode 100644 .gitattributes