On 23/02/21 12:56, Akihiko Odaki wrote:
I noticed that the installation process corrupts the code signature
because meson modifies the file to fix dynamic shared library install
names. Also, stripping apparently does not work because the signed file
is not considered as "executable" by meson.
Hi,
I use your patches when running QEMU on M1 MacBook Air.
I noticed that the installation process corrupts the code signature
because meson modifies the file to fix dynamic shared library install
names. Also, stripping apparently does not work because the signed file
is not considered as "e
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
Reviewed-by: Roman Bolshakov
Tested-by: Roman Bolshakov
---
v1 -> v2: