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_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from 1af26ce670 Merge tag 'edk2-20220315-pull-request' of git://git.kraxel.o [...] adds e561890841 whpx: Fixed reporting of the CPU context to GDB for 64-bit adds 5ad93fd351 whpx: Fixed incorrect CR8/TPR synchronization adds d312378e59 vmxcap: Add 5-level EPT bit adds 32478cb6ed meson: fix generic location of vss headers adds 872b69e690 qga/vss-win32: check old VSS SDK headers adds b770f6ce9e qga/vss: update informative message about MinGW adds a6a7ebc817 update meson-buildoptions.sh adds 9568690868 kvm-irqchip: introduce new API to support route change adds def4c5570c kvm/msi: do explicit commit when adding msi routes adds 991ec97625 target/i386: only include bits in pg_mode if they are not ignored adds 50fcc7cbb6 target/i386: Throw a #SS when loading a non-canonical IST adds 1ea5208feb linux-headers: include missing changes from 5.17 adds 131266b756 x86: Fix the 64-byte boundary enumeration for extended state adds 1f16764f7d x86: Add AMX XTILECFG and XTILEDATA components adds 19db68ca68 x86: Grant AMX permission for guest adds 0f17f6b30f x86: Add XFD faulting bit for state components adds f21a48171c x86: Add AMX CPUIDs enumeration adds e56dd3c70a x86: add support for KVM_CAP_XSAVE2 and AMX state migration adds cdec2b753b x86: Support XFD and AMX xsave data migration adds 12cab535db i386: Add Icelake-Server-v6 CPU model with 5-level EPT support adds 3e4546d5bd KVM: SVM: always set MSR_AMD64_TSC_RATIO to default value adds 8a5606f644 gitlab-ci: do not run tests with address sanitizer adds dee3a86d54 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 398d1c91ed ui/console: move check for compatible GL context adds a62c4a178f ui/console: move dcl compatiblity check to a callback adds cd19c25fbf ui/console: egl-headless is compatible with non-gl listeners adds 417a231947 ui/dbus: associate the DBusDisplayConsole listener with the [...] adds 4b7b661d8f ui/console: move console compatibility check to dcl_display_ [...] adds 8fe496adac ui/shader: fix potential leak of shader on error adds 532042d573 ui/shader: free associated programs adds 26b032b9b7 ui/console: add a dpy_gfx_switch callback helper adds c84ab0a500 ui/console: optionally update after gfx switch adds 589089feee ui/dbus: fix texture sharing adds 2fa2386e38 ui/dbus: do not send 2d scanout until gfx_update adds e1c676a254 ui/console: call gfx_switch() even if the current scanout is GL adds e2fb7d8aa2 Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest.yml | 2 - accel/kvm/kvm-all.c | 7 +- accel/stubs/kvm-stub.c | 2 +- hw/misc/ivshmem.c | 5 +- hw/vfio/pci.c | 5 +- hw/virtio/virtio-pci.c | 4 +- include/sysemu/kvm.h | 23 ++++++- include/ui/console.h | 19 ++++-- linux-headers/asm-x86/kvm.h | 3 + linux-headers/linux/kvm.h | 4 ++ meson.build | 5 +- qga/meson.build | 2 +- qga/vss-win32/install.cpp | 4 ++ qga/vss-win32/provider.cpp | 4 ++ qga/vss-win32/vss-common.h | 3 +- scripts/kvm/vmxcap | 1 + scripts/meson-buildoptions.sh | 2 +- target/i386/cpu.c | 84 +++++++++++++++++++++-- target/i386/cpu.h | 43 +++++++++++- target/i386/kvm/kvm-cpu.c | 11 +-- target/i386/kvm/kvm.c | 125 ++++++++++++++++++++++++++++++----- target/i386/kvm/kvm_i386.h | 1 + target/i386/machine.c | 46 +++++++++++++ target/i386/tcg/seg_helper.c | 52 ++++++++++++++- target/i386/tcg/sysemu/excp_helper.c | 40 +---------- target/i386/whpx/whpx-all.c | 30 ++++++++- target/i386/xsave_helper.c | 28 ++++++++ ui/console.c | 104 ++++++++++++++++++----------- ui/dbus-console.c | 27 ++++---- ui/dbus-listener.c | 48 ++++++-------- ui/dbus.c | 35 +++++++++- ui/dbus.h | 3 + ui/egl-headless.c | 17 ++++- ui/gtk.c | 18 ++++- ui/sdl2.c | 9 ++- ui/shader.c | 9 ++- ui/spice-display.c | 9 ++- 37 files changed, 653 insertions(+), 181 deletions(-)