Re: [PATCH v3] hvf: Report HV_DENIED error

2023-06-13 Thread Philippe Mathieu-Daudé
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 --- v2: Use architecture specific defines from AvailabilityMacros.h to ena

[PATCH v3] hvf: Report HV_DENIED error

2023-06-08 Thread Antonio Caggiano
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 --- v2: Use architecture specific defines from AvailabilityMacros.h to enable the HV_DENIED case only on MacOS 11