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-arm in repository toolchain/ci/qemu.
from e2fb7d8aa2 Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau [...] adds e910c7d9bf configure: Allow passing extra Objective C compiler flags adds 004900acbc tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives adds 704afe34d8 hvf: Use standard CR0 and CR4 register definitions adds 40eab4d959 hvf: Make hvf_get_segments() / hvf_put_segments() local adds 2e84d8521f hvf: Remove deprecated hv_vcpu_flush() calls adds aa44d3f6b8 block/file-posix: Remove a deprecation warning on macOS 12 adds 9f56bd6dab audio/coreaudio: Remove a deprecation warning on macOS 12 adds c9c847481e audio/dbus: Fix building with modules on macOS adds 8e30d39bad audio: Log context for audio bug adds 44ccb2dbe9 coreaudio: Always return 0 in handle_voice_change adds 8b46d7e2dc audio: Rename coreaudio extension to use Objective-C compiler adds 98f5ebfd21 osdep: Avoid using Clang-specific __builtin_available() adds 30cfa50da5 meson: Resolve the entitlement.sh script once for good adds cf3ab8fe9e meson: Log QEMU_CXXFLAGS content in summary adds 4cb37d1192 configure: Pass filtered QEMU_OBJCFLAGS to meson adds 9459262dc4 ui/cocoa: Constify qkeycode translation arrays adds 48941a52c2 ui/cocoa: add option to disable left-command forwarding to guest adds 69221df8cd ui/cocoa: release mouse when user switches away from QEMU window adds f844cdb997 ui/cocoa: capture all keys and combos when mouse is grabbed adds 4797adce5f ui/cocoa: add option to swap Option and Command adds c82b7ef16f MAINTAINERS: Volunteer to maintain Darwin-based hosts support adds 22a3a45ade Merge tag 'darwin-20220315' of https://github.com/philmd/qem [...] adds d6f229f9a0 Update version for v7.0.0-rc0 release
No new revisions were added by this update.
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%)