On 7/3/26 11:50, Mohamed Mediouni wrote:
Releases n and n-1 of macOS are supported. As such, macOS 15.x and 26.x are
currently the baseline.
The QEMU CI still uses a newer SDK, just with an older default target as it's
running on a macOS 14 host.
Note that this on its own doesn't prevent running on macOS 14. It just means
that you have to use a newer SDK in order to do so.
Why do this? Because the stub code broke the x86 build... and it doesn't make
much sense to keep it.
Signed-off-by: Mohamed Mediouni <[email protected]>
---
target/arm/hvf/hvf.c | 31 ++++++
target/arm/hvf/hvf_sme_stubs.h | 172 ---------------------------------
target/arm/hvf_arm.h | 45 ---------
3 files changed, 31 insertions(+), 217 deletions(-)
delete mode 100644 target/arm/hvf/hvf_sme_stubs.h
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>