OSDN Git Service

hvf: Add Apple Silicon support
authorAlexander Graf <agraf@csgraf.de>
Thu, 16 Sep 2021 15:53:58 +0000 (17:53 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Sep 2021 08:57:03 +0000 (09:57 +0100)
commita1477da3ddeb1b76adb71af7b5c46a18120dc952
tree5212fec6d8df4695264bc39a34431a9820706788
parentce7f5b1c5027d73aa7c30820ef2b23ef4d72d20d
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>
MAINTAINERS
accel/hvf/hvf-accel-ops.c
include/sysemu/hvf_int.h
meson.build
target/arm/hvf/hvf.c [new file with mode: 0644]
target/arm/hvf/trace-events [new file with mode: 0644]
target/i386/hvf/hvf.c