Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Darwin-based host patches - Remove various build warnings - Fix building with modules on macOS - Fix mouse/keyboard GUI interactions # gpg: Signature made Tue 15 Mar 2022 12:52:19 GMT # gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE * tag 'darwin-20220315' of https://github.com/philmd/qemu : (21 commits) MAINTAINERS: Volunteer to maintain Darwin-based hosts support ui/cocoa: add option to swap Option and Command ui/cocoa: capture all keys and combos when mouse is grabbed ui/cocoa: release mouse when user switches away from QEMU window ui/cocoa: add option to disable left-command forwarding to guest ui/cocoa: Constify qkeycode translation arrays configure: Pass filtered QEMU_OBJCFLAGS to meson meson: Log QEMU_CXXFLAGS content in summary meson: Resolve the entitlement.sh script once for good osdep: Avoid using Clang-specific __builtin_available() audio: Rename coreaudio extension to use Objective-C compiler coreaudio: Always return 0 in handle_voice_change audio: Log context for audio bug audio/dbus: Fix building with modules on macOS audio/coreaudio: Remove a deprecation warning on macOS 12 block/file-posix: Remove a deprecation warning on macOS 12 hvf: Remove deprecated hv_vcpu_flush() calls hvf: Make hvf_get_segments() / hvf_put_segments() local hvf: Use standard CR0 and CR4 register definitions tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives ... Signed-off-by:Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- audio/audio.c 12 additions, 13 deletionsaudio/audio.c
- audio/audio_template.h 12 additions, 15 deletionsaudio/audio_template.h
- audio/coreaudio.m 13 additions, 10 deletionsaudio/coreaudio.m
- audio/meson.build 2 additions, 2 deletionsaudio/meson.build
- block/file-posix.c 10 additions, 4 deletionsblock/file-posix.c
- configure 31 additions, 0 deletionsconfigure
- include/qemu/osdep.h 3 additions, 7 deletionsinclude/qemu/osdep.h
- meson.build 15 additions, 2 deletionsmeson.build
- qapi/ui.json 29 additions, 0 deletionsqapi/ui.json
- qemu-options.hx 15 additions, 0 deletionsqemu-options.hx
- target/i386/hvf/vmx.h 9 additions, 10 deletionstarget/i386/hvf/vmx.h
- target/i386/hvf/x86.c 3 additions, 3 deletionstarget/i386/hvf/x86.c
- target/i386/hvf/x86.h 0 additions, 34 deletionstarget/i386/hvf/x86.h
- target/i386/hvf/x86_mmu.c 1 addition, 1 deletiontarget/i386/hvf/x86_mmu.c
- target/i386/hvf/x86_task.c 2 additions, 2 deletionstarget/i386/hvf/x86_task.c
- target/i386/hvf/x86hvf.c 2 additions, 4 deletionstarget/i386/hvf/x86hvf.c
- target/i386/hvf/x86hvf.h 0 additions, 2 deletionstarget/i386/hvf/x86hvf.h
- tests/fp/meson.build 5 additions, 0 deletionstests/fp/meson.build
- ui/cocoa.m 111 additions, 11 deletionsui/cocoa.m
Loading
Please register or sign in to comment