On Wed, May 19, 2021 at 10:22:51PM +0200, Alexander Graf wrote: > Now that we have all logic in place that we need to handle Hypervisor.framework > on Apple Silicon systems, let's add CONFIG_HVF for aarch64 as well so that we > can build it. > > Signed-off-by: Alexander Graf > Reviewed-by: Roman Bolshakov > Tested-by: Roman Bolshakov (x86 only) > > --- > > v1 -> v2: > > - Fix build on 32bit arm > > v3 -> v4: > > - Remove i386-softmmu target > > v6 -> v7: > > - Simplify HVF matching logic in meson build file > --- > meson.build | 7 +++++++ > target/arm/hvf/meson.build | 3 +++ > target/arm/meson.build | 2 ++ > 3 files changed, 12 insertions(+) > create mode 100644 target/arm/hvf/meson.build Reviewed-by: Sergio Lopez