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-aarch64 in repository toolchain/ci/qemu.
from c55e3370c3 Merge remote-tracking branch 'remotes/vivier/tags/trivial-br [...] adds b8c9ed15fd Makefile: Fix gtags generation adds af7d106e3e Makefile: Fix cscope issues on MacOS and soft links adds ffd205ef29 Partially revert "build: -no-pie is no functional linker flag" adds 9840999112 configure/optionrom: Fix MSYS2 multiboot.bin issue adds a89b34be5e util: Make some iova_tree parameters const adds 0b09d44164 MAINTAINERS: update location of microvm docs adds f014c97459 target/i386: move linuxboot_dma_enabled to X86MachineState adds 48972f8cad optionrom: add a DMA-enabled multiboot ROM adds 3ca8ce720f target/i386: use DMA-enabled multiboot ROM for new-enough QE [...] adds 605a927198 configure: remove useless NPTL probe adds ff66ee5369 configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS adds a443c3e225 hvf: Avoid mapping regions < PAGE_SIZE as ram adds 739b38630c hw/i386: Rename default_bus_bypass_iommu adds b10cb62752 watchdog: add information from -watchdog help to -device help adds d12b64eaeb vl: deprecate -watchdog adds 22afb46e7c watchdog: remove select_watchdog_action adds 6aedeb650e hw/i386: fix vmmouse registration adds cabf9862e4 KVM: SVM: add migration support for nested TSC scaling adds de7e2cb155 esp: ensure in-flight SCSI requests are always cancelled adds fccec5ce17 qtest/am53c974-test: add test for cancelling in-flight requests adds 6638cae5f6 meson: bump submodule to 0.59.3 adds ab486f165b meson.build: Allow to disable OSS again adds 78cb330e91 meson: remove pointless warnings adds 6ed3e1482b meson: remove unnecessary coreaudio test program adds eea9453a01 Move the l2tpv3 test from configure to meson.build adds 96c372d853 configure: Remove the check for the __thread keyword adds 16bfbc70f3 configure: fix --audio-drv-list help message adds b1fd92137e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- Makefile | 5 +- accel/hvf/hvf-accel-ops.c | 7 +++ configure | 113 ++++++++------------------------------ docs/about/deprecated.rst | 5 ++ hw/i386/intel_iommu.c | 2 +- hw/i386/microvm.c | 5 +- hw/i386/multiboot.c | 10 +++- hw/i386/multiboot.h | 4 +- hw/i386/pc.c | 10 ++-- hw/i386/pc_piix.c | 3 +- hw/i386/pc_q35.c | 3 +- hw/i386/x86.c | 7 ++- hw/scsi/esp.c | 10 ++-- hw/watchdog/sbsa_gwdt.c | 3 +- hw/watchdog/watchdog.c | 14 ----- hw/watchdog/wdt_aspeed.c | 3 +- hw/watchdog/wdt_diag288.c | 3 +- hw/watchdog/wdt_i6300esb.c | 3 +- hw/watchdog/wdt_ib700.c | 3 +- hw/watchdog/wdt_imx2.c | 4 +- include/hw/i386/pc.h | 3 - include/hw/i386/x86.h | 5 +- include/hw/qdev-core.h | 1 + include/qemu/iova-tree.h | 8 +-- include/sysemu/watchdog.h | 1 - meson | 2 +- meson.build | 30 +++------- meson_options.txt | 2 + monitor/misc.c | 15 ++++- net/meson.build | 4 +- pc-bios/meson.build | 1 + pc-bios/multiboot_dma.bin | Bin 0 -> 1024 bytes pc-bios/optionrom/Makefile | 9 +-- pc-bios/optionrom/multiboot.S | 4 +- pc-bios/optionrom/multiboot_dma.S | 2 + pc-bios/optionrom/optionrom.h | 66 ++++++++++++++++++++++ scripts/meson-buildoptions.py | 16 ------ scripts/meson-buildoptions.sh | 3 + softmmu/qdev-monitor.c | 1 + softmmu/vl.c | 11 ++-- target/i386/cpu.c | 5 ++ target/i386/cpu.h | 4 ++ target/i386/kvm/kvm.c | 15 +++++ target/i386/machine.c | 22 ++++++++ tests/qtest/am53c974-test.c | 36 ++++++++++++ util/iova-tree.c | 12 ++-- 47 files changed, 293 insertions(+), 204 deletions(-) create mode 100644 pc-bios/multiboot_dma.bin create mode 100644 pc-bios/optionrom/multiboot_dma.S