The following changes since commit b3f846c59d8405bb87c551187721fc92ff2f1b92:
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-11v2' into staging (2021-01-11 15:15:35 +0000) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to c117e5b11a21598205f1701a15965e825959d59f: target/i386: Use X86Seg enum for segment registers (2021-01-12 17:05:10 +0100) ---------------------------------------------------------------- * UI configury cleanups and Meson conversion * scripts/gdb improvements * WHPX cleanups and fixes * cirrus win32 CI improvements * meson gnutls workaround ---------------------------------------------------------------- Chris Hofstaedtler (1): meson: fix Cocoa option in summary Hannes Reinecke (1): virtio-scsi: trace events Keqian Zhu (1): Docs/RCU: Correct sample code of qatomic_rcu_set Maxim Levitsky (2): scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frame scripts/gdb: implement 'qemu bt' Paolo Bonzini (9): meson: do not use CONFIG_VIRTFS whpx: rename whp-dispatch to whpx-internal.h whpx: move internal definitions to whpx-internal.h cocoa: do not enable coreaudio automatically gtk: remove CONFIG_GTK_GL configure: move X11 detection to Meson configure: move GTK+ detection to Meson configure: move Cocoa incompatibility checks to Meson configure: quote command line arguments in config.status Philippe Mathieu-Daudé (1): target/i386: Use X86Seg enum for segment registers Roman Bolshakov (1): meson: Propagate gnutls dependency Yonggang Luo (4): cirrus/msys2: Exit powershell with $LastExitCode cirrus/msys2: Cache msys2 mingw in a better way. maintainers: Add me as Windows Hosted Continuous Integration maintainer whpx: move whpx_lapic_state from header to c file .cirrus.yml | 119 ++++++++++++--------- MAINTAINERS | 6 ++ block/meson.build | 2 +- configure | 93 ++-------------- docs/devel/rcu.txt | 2 +- fsdev/meson.build | 2 +- hw/scsi/trace-events | 9 ++ hw/scsi/virtio-scsi.c | 30 +++++- include/sysemu/whpx.h | 22 +--- io/meson.build | 2 +- meson.build | 57 ++++++---- meson_options.txt | 2 + scripts/qemu-gdb.py | 1 + scripts/qemugdb/coroutine.py | 35 +++++- storage-daemon/meson.build | 2 +- target/i386/cpu.h | 4 +- target/i386/gdbstub.c | 2 +- target/i386/tcg/seg_helper.c | 8 +- target/i386/tcg/translate.c | 6 +- target/i386/whpx/whpx-all.c | 9 +- target/i386/whpx/whpx-apic.c | 9 +- target/i386/whpx/whpx-cpus.c | 4 +- .../i386/whpx/{whp-dispatch.h => whpx-internal.h} | 17 ++- tests/meson.build | 6 +- tests/qtest/meson.build | 4 +- ui/gtk.c | 16 +-- ui/meson.build | 11 +- 27 files changed, 261 insertions(+), 219 deletions(-) rename target/i386/whpx/{whp-dispatch.h => whpx-internal.h} (93%) -- 2.29.2