summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAlexander Graf2021-09-16 17:53:58 +0200
committerPeter Maydell2021-09-20 10:57:03 +0200
commita1477da3ddeb1b76adb71af7b5c46a18120dc952 (patch)
tree5212fec6d8df4695264bc39a34431a9820706788 /meson.build
parenthvf: Introduce hvf_arch_init() callback (diff)
downloadqemu-a1477da3ddeb1b76adb71af7b5c46a18120dc952.tar.gz
qemu-a1477da3ddeb1b76adb71af7b5c46a18120dc952.tar.xz
qemu-a1477da3ddeb1b76adb71af7b5c46a18120dc952.zip
hvf: Add Apple Silicon support
With Apple Silicon available to the masses, it's a good time to add support for driving its virtualization extensions from QEMU. This patch adds all necessary architecture specific code to get basic VMs working, including save/restore. Known limitations: - WFI handling is missing (follows in later patch) - No watchpoint/breakpoint support Signed-off-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com> Reviewed-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20210916155404.86958-5-agraf@csgraf.de [PMM: added missing #include] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2711cbb789..baa28d7d62 100644
--- a/meson.build
+++ b/meson.build
@@ -2169,6 +2169,7 @@ if have_system or have_user
'accel/tcg',
'hw/core',
'target/arm',
+ 'target/arm/hvf',
'target/hppa',
'target/i386',
'target/i386/kvm',