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>
Showing
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- accel/hvf/hvf-accel-ops.c 9 additions, 0 deletionsaccel/hvf/hvf-accel-ops.c
- include/sysemu/hvf_int.h 9 additions, 1 deletioninclude/sysemu/hvf_int.h
- meson.build 1 addition, 0 deletionsmeson.build
- target/arm/hvf/hvf.c 794 additions, 0 deletionstarget/arm/hvf/hvf.c
- target/arm/hvf/trace-events 10 additions, 0 deletionstarget/arm/hvf/trace-events
- target/i386/hvf/hvf.c 6 additions, 0 deletionstarget/i386/hvf/hvf.c
Loading
Please register or sign in to comment