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-arm in repository toolchain/ci/qemu.
from e630bc7ec9 Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/a [...] adds 69a80f14ce tests/qtest/bios-tables-test: Only run VIOT test on TCG adds 4051a1f062 hw/scsi/lsi53c895a: Do not abort when DMA requested and no d [...] adds aa62976c9d tests/qtest: Add fuzz-lsi53c895a-test adds 226fad7371 qapi/machine.json: Fix incorrect description for die-id adds 4006a27c5e scripts/entitlement.sh: Use backward-compatible cp flags adds a4663f1a55 virtio-gpu: do not byteswap padding adds 43709a0ca3 linux-headers: update to 5.16-rc1 adds ecd39d620b gdbstub: reject unsupported flags in handle_set_qemu_sstep adds 12bc5b4cd5 gdbstub, kvm: let KVM report supported singlestep flags adds fd2ddd1689 kvm: add support for KVM_GUESTDBG_BLOCKIRQ adds 1105812382 numa: Enable numa for SGX EPC sections adds 4755927ae1 numa: Support SGX numa in the monitor and Libvirt interfaces adds d1889b3609 doc: Add the SGX numa description adds cbe08c35cf configure: remove dead variables adds 29eb5c2c86 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + accel/kvm/kvm-all.c | 29 ++++++ configure | 5 -- docs/system/i386/sgx.rst | 31 ++++++- gdbstub.c | 83 ++++++++++++------ hw/core/numa.c | 5 +- hw/i386/acpi-build.c | 2 + hw/i386/sgx-epc.c | 3 + hw/i386/sgx-stub.c | 4 + hw/i386/sgx.c | 95 ++++++++++++++++++-- hw/scsi/lsi53c895a.c | 3 +- include/hw/i386/sgx-epc.h | 3 + include/hw/virtio/virtio-gpu-bswap.h | 1 - include/standard-headers/drm/drm_fourcc.h | 121 +++++++++++++++++++++++++- include/standard-headers/linux/ethtool.h | 31 +++++++ include/standard-headers/linux/fuse.h | 10 ++- include/standard-headers/linux/pci_regs.h | 6 ++ include/standard-headers/linux/virtio_gpu.h | 18 +++- include/standard-headers/linux/virtio_ids.h | 24 +++++ include/standard-headers/linux/virtio_vsock.h | 3 +- include/sysemu/kvm.h | 15 ++++ linux-headers/asm-arm64/unistd.h | 1 + linux-headers/asm-generic/unistd.h | 22 +++-- linux-headers/asm-mips/unistd_n32.h | 1 + linux-headers/asm-mips/unistd_n64.h | 1 + linux-headers/asm-mips/unistd_o32.h | 1 + linux-headers/asm-powerpc/unistd_32.h | 1 + linux-headers/asm-powerpc/unistd_64.h | 1 + linux-headers/asm-s390/unistd_32.h | 1 + linux-headers/asm-s390/unistd_64.h | 1 + linux-headers/asm-x86/kvm.h | 5 ++ linux-headers/asm-x86/unistd_32.h | 3 + linux-headers/asm-x86/unistd_64.h | 3 + linux-headers/asm-x86/unistd_x32.h | 3 + linux-headers/linux/kvm.h | 40 +++++++-- monitor/hmp-cmds.c | 1 + qapi/machine.json | 12 ++- qapi/misc-target.json | 19 +++- qemu-options.hx | 4 +- scripts/entitlement.sh | 2 +- tests/qtest/bios-tables-test.c | 1 + tests/qtest/fuzz-lsi53c895a-test.c | 52 +++++++++++ tests/qtest/meson.build | 1 + 43 files changed, 591 insertions(+), 78 deletions(-) create mode 100644 tests/qtest/fuzz-lsi53c895a-test.c