diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2024-11-27 16:14:38 +0900 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-11-27 09:17:15 +0100 |
commit | 16595bcd0e2222f51537f57200176c05f7d988ed (patch) | |
tree | d66eb4aa7c4c8abaf8dc2850984aef17b67bd547 | |
parent | 4a722d2e8e7b01c4c07a739b8305c3704644292c (diff) | |
download | qemu-16595bcd0e2222f51537f57200176c05f7d988ed.zip qemu-16595bcd0e2222f51537f57200176c05f7d988ed.tar.gz qemu-16595bcd0e2222f51537f57200176c05f7d988ed.tar.bz2 |
docs: Document that hvf on Arm is supported
hvf on Arm is supported since commit a1477da3ddeb ("hvf: Add Apple
Silicon support").
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
Message-ID: <20241127-build-v1-1-65b8162733f0@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | docs/about/build-platforms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst index 6102f00..d8b0445 100644 --- a/docs/about/build-platforms.rst +++ b/docs/about/build-platforms.rst @@ -40,7 +40,7 @@ Those hosts are officially supported, with various accelerators: * - CPU Architecture - Accelerators * - Arm - - kvm (64 bit only), tcg, xen + - hvf (64 bit only), kvm (64 bit only), tcg, xen * - MIPS (64 bit little endian only) - kvm, tcg * - PPC |