-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Roman Bolshakov <[email protected]> Reviewed-by: Sergio Lopez <[email protected]> Reviewed-by: Peter Maydell <[email protected]> Message-id: [email protected] [PMM: added missing #include] Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information
Showing
7 changed files
with
834 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -433,6 +433,11 @@ F: accel/accel-*.c | |
F: accel/Makefile.objs | ||
F: accel/stubs/Makefile.objs | ||
|
||
Apple Silicon HVF CPUs | ||
M: Alexander Graf <[email protected]> | ||
S: Maintained | ||
F: target/arm/hvf/ | ||
|
||
X86 HVF CPUs | ||
M: Cameron Esfahani <[email protected]> | ||
M: Roman Bolshakov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.