Re: [PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries

2021-02-23 Thread Paolo Bonzini
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.

Re: [PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries

2021-02-23 Thread Akihiko Odaki
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

[PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries

2021-01-20 Thread Alexander Graf
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: