The following changes since commit 90978e15bc9a23c208b25bf7ea697a5d0925562b:
Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2021-12-17 13:15:38 -0800) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 5a3a2eb3b1096a52580c1b8c3eb0739714e7d941: hw/i386/vmmouse: Require 'i8042' property to be set (2021-12-18 10:57:37 +0100) ---------------------------------------------------------------- * configure and meson cleanups and fixes * remove unnecessary #ifdef * SCSI and i386 fixes ---------------------------------------------------------------- Paolo Bonzini (12): configure: make $targetos lowercase, use windows instead of MINGW32 configure: move target detection before CPU detection configure: unify two case statements on $cpu configure: unify ppc64 and ppc64le configure: unify x86_64 and x32 meson: rename "arch" variable configure, meson: move ARCH to meson.build configure: remove unnecessary symlinks configure: remove DIRS meson: reenable test-fdmon-epoll cpu: remove unnecessary #ifdef CONFIG_TCG meson: add "check" argument to run_command Philippe Mathieu-Daudé (4): hw/scsi: Fix scsi_bus_init_named() docstring hw/scsi/megasas: Fails command if SGL buffer overflows tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521 hw/i386/vmmouse: Require 'i8042' property to be set configure | 253 +++++++++++++++++----------------------- cpu.c | 5 - docs/meson.build | 6 +- hw/i386/vmmouse.c | 4 + hw/scsi/megasas.c | 1 + include/exec/cpu-all.h | 2 - include/hw/scsi/scsi.h | 2 +- meson.build | 39 ++++--- pc-bios/meson.build | 2 +- tests/qtest/fuzz-megasas-test.c | 30 +++++ tests/tcg/configure.sh | 4 +- tests/unit/meson.build | 2 +- 12 files changed, 173 insertions(+), 177 deletions(-) -- 2.33.1