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 fbe7919ece Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-t [...] adds e0bd0cd43e docs: add table of contents to QAPI references adds 491024a5b4 docs: document how to pass secret data to QEMU adds 1c45af36e7 docs: document usage of the authorization framework adds e2bf32dfab docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant adds 213de8a2fb sasl: remove comment about obsolete kerberos versions adds 626ff6515d migration: add trace point when vm_stop_force_state fails adds 8af3f5c6d6 softmmu: add trace point when bdrv_flush_all fails adds c7ddc8821d block: preserve errno from fdatasync failures adds 60ff2ae2a2 block: add trace point when fdatasync fails adds 99be1ac366 block: remove duplicate trace.h include adds 85cd1cc668 migration: use GDateTime for formatting timestamp in snapshot names adds 39683553f9 block: use GDateTime for formatting timestamp when dumping s [...] adds 970bc16f60 usb/dev-mtp: use GDateTime for formatting timestamp for objects adds 1ea06abcee Merge remote-tracking branch 'remotes/berrange-gitlab/tags/m [...] adds 11fb99e6f4 i386: Eliminate all TPM related code if CONFIG_TPM is not set adds f50be48a7b arm: Eliminate all TPM related code if CONFIG_TPM is not set adds 295f7dcb60 acpi: Eliminate all TPM related code if CONFIG_TPM is not set adds e542b71805 sysemu: Make TPM structures inaccessible if CONFIG_TPM is no [...] adds caff255a54 tpm: Return QMP error when TPM is disabled in build adds 1dd259ae24 Merge remote-tracking branch 'remotes/stefanberger/tags/pull [...] adds 05ece98f96 vga: Allow writing VBE_DISPI_ID5 to ID register adds 25b2ef2e8e vhost-user-gpu: reorder free calls. adds 4fa7b4cc50 virtio-gpu: move scanout_id sanity check adds e3897b75fd Merge remote-tracking branch 'remotes/kraxel/tags/vga-202106 [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 - block/file-posix.c | 10 +- block/qapi.c | 11 +- block/trace-events | 1 + contrib/vhost-user-gpu/vhost-user-gpu.c | 2 +- docs/interop/qemu-ga-ref.rst | 3 + docs/interop/qemu-qmp-ref.rst | 3 + docs/interop/qemu-storage-daemon-qmp-ref.rst | 3 + docs/system/authz.rst | 263 +++++++++++++++++++++++++++ docs/system/index.rst | 2 + docs/system/secrets.rst | 162 +++++++++++++++++ docs/system/vnc-security.rst | 7 +- hw/acpi/aml-build.c | 2 + hw/arm/sysbus-fdt.c | 4 + hw/arm/virt-acpi-build.c | 6 + hw/arm/virt.c | 2 + hw/display/vga.c | 3 +- hw/display/virtio-gpu.c | 20 +- hw/i386/acpi-build.c | 20 ++ hw/usb/dev-mtp.c | 9 +- include/hw/acpi/tpm.h | 4 + include/sysemu/tpm.h | 9 + include/sysemu/tpm_backend.h | 6 +- migration/migration.c | 1 + migration/savevm.c | 13 +- migration/trace-events | 1 + monitor/hmp-cmds.c | 4 + qapi/tpm.json | 28 ++- qemu.sasl | 15 +- softmmu/cpus.c | 7 +- softmmu/trace-events | 3 + stubs/meson.build | 1 - stubs/tpm.c | 39 ---- 33 files changed, 567 insertions(+), 98 deletions(-) create mode 100644 docs/system/authz.rst create mode 100644 docs/system/secrets.rst delete mode 100644 stubs/tpm.c