]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
hvf: Add hypervisor entitlement to output binaries
authorAlexander Graf <agraf@csgraf.de>
Wed, 20 Jan 2021 22:44:34 +0000 (23:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2021 10:47:28 +0000 (10:47 +0000)
commit8a74ce618b647e71ac703b5fe5dba3a2329a4d76
treef5621e6c1032730f28748dbe7bd6b7e652e4ca57
parent32063086a731aaeb76e1a81623953f8a17fcdb6f
hvf: Add hypervisor entitlement to output binaries

In macOS 11, QEMU only gets access to Hypervisor.framework if it has the
respective entitlement. Add an entitlement template and automatically self
sign and apply the entitlement in the build.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/entitlements.plist [new file with mode: 0644]
meson.build
scripts/entitlement.sh [new file with mode: 0755]