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 e2fb7d8aa2 Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau [...] new e910c7d9bf configure: Allow passing extra Objective C compiler flags new 004900acbc tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives new 704afe34d8 hvf: Use standard CR0 and CR4 register definitions new 40eab4d959 hvf: Make hvf_get_segments() / hvf_put_segments() local new 2e84d8521f hvf: Remove deprecated hv_vcpu_flush() calls new aa44d3f6b8 block/file-posix: Remove a deprecation warning on macOS 12 new 9f56bd6dab audio/coreaudio: Remove a deprecation warning on macOS 12 new c9c847481e audio/dbus: Fix building with modules on macOS new 8e30d39bad audio: Log context for audio bug new 44ccb2dbe9 coreaudio: Always return 0 in handle_voice_change new 8b46d7e2dc audio: Rename coreaudio extension to use Objective-C compiler new 98f5ebfd21 osdep: Avoid using Clang-specific __builtin_available() new 30cfa50da5 meson: Resolve the entitlement.sh script once for good new cf3ab8fe9e meson: Log QEMU_CXXFLAGS content in summary new 4cb37d1192 configure: Pass filtered QEMU_OBJCFLAGS to meson new 9459262dc4 ui/cocoa: Constify qkeycode translation arrays new 48941a52c2 ui/cocoa: add option to disable left-command forwarding to guest new 69221df8cd ui/cocoa: release mouse when user switches away from QEMU window new f844cdb997 ui/cocoa: capture all keys and combos when mouse is grabbed new 4797adce5f ui/cocoa: add option to swap Option and Command new c82b7ef16f MAINTAINERS: Volunteer to maintain Darwin-based hosts support new 22a3a45ade Merge tag 'darwin-20220315' of https://github.com/philmd/qem [...] new d6f229f9a0 Update version for v7.0.0-rc0 release
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 8 +++ VERSION | 2 +- audio/audio.c | 25 ++++---- audio/audio_template.h | 27 ++++---- audio/{coreaudio.c => coreaudio.m} | 23 ++++--- audio/meson.build | 4 +- block/file-posix.c | 14 +++-- configure | 31 ++++++++++ include/qemu/osdep.h | 10 +-- meson.build | 17 +++++- qapi/ui.json | 29 +++++++++ qemu-options.hx | 15 +++++ target/i386/hvf/vmx.h | 19 +++--- target/i386/hvf/x86.c | 6 +- target/i386/hvf/x86.h | 34 ----------- target/i386/hvf/x86_mmu.c | 2 +- target/i386/hvf/x86_task.c | 4 +- target/i386/hvf/x86hvf.c | 6 +- target/i386/hvf/x86hvf.h | 2 - tests/fp/meson.build | 5 ++ ui/cocoa.m | 122 +++++++++++++++++++++++++++++++++---- 21 files changed, 284 insertions(+), 121 deletions(-) rename audio/{coreaudio.c => coreaudio.m} (97%)