On 8/6/23 14:30, Antonio Caggiano wrote:
On MacOS 11 and subsequent versions, in case the resulting binary is not signed with the proper entitlement, handle and report the HV_DENIED error.Signed-off-by: Antonio Caggiano <quic_acagg...@quicinc.com> --- v2: Use architecture specific defines from AvailabilityMacros.h to enable the HV_DENIED case only on MacOS 11 and subsequent versions. v3: Fix ifdef guard. accel/hvf/hvf-all.c | 6 ++++++ 1 file changed, 6 insertions(+)
Queued, thanks!