mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
Merge tag 'pbouvier/pr/docs-20260626' of https://gitlab.com/p-b-o/qemu into staging
Changes: - [PATCH v3] docs/system: add general note about architecture and (Linisha <linisha232@gmail.com>) Link: https://lore.kernel.org/qemu-devel/20260626181118.1136-1-linisha232@gmail.com # -----BEGIN PGP SIGNATURE----- # # iQGzBAABCgAdFiEEN8FWlNi6l2Sxlz/btEQ30ZwoYt8FAmo+zu4ACgkQtEQ30Zwo # Yt/NQwv+M30mFcGyX1sDBk3G/YTsrDaVsXmHIut4Iuz01jGkCkyR0Vqz/g3gmLTX # Rouhgov7yzhmiU9XDzK+4SKPkiNCPCAH0Z3EBhYxy/kI9yXCBO9Qp89SbBVpG4BS # efj6n+gUsojSHfvswp3OBomCxT9MziytCQ2ouNflBEiigPrBHhSTuDU8cgsmcx2E # disJhObtYuC6UnHQc1wEZDboVsRWPO81RKATmv4mnQIJ1k6SZHPp8pxf09ku+gi2 # IrZZq5tOY1/N974NCFSyLzIUuY98r5hVCvxnMqyXavGVvTfdTIGowwmG5E4w/68J # zk4ZoJpHUW2fXIfQFHTln7SKtdFsKsUmgTV/PxPG9w6EjSxDMoBHeYhbRKqIbbDW # +AQymgH7Y2jAuZXpRiynbm/b5gzkYJT8tX8ffmN+0F7LWbiE4XWQD7y35AkgMCct # TV8oY1HbPjEK5o6hr+TuYq0p5yF0feqAW8gUHUvDhNsIlifkbAyaFYuYCE+7l7RP # z7Y6K43u # =xXlR # -----END PGP SIGNATURE----- # gpg: Signature made Fri 26 Jun 2026 15:11:42 EDT # gpg: using RSA key 37C15694D8BA9764B1973FDBB44437D19C2862DF # gpg: Good signature from "Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 37C1 5694 D8BA 9764 B197 3FDB B444 37D1 9C28 62DF * tag 'pbouvier/pr/docs-20260626' of https://gitlab.com/p-b-o/qemu: docs/system: add general note about architecture and machine differences Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
Introduction
|
||||
============
|
||||
|
||||
.. note::
|
||||
QEMU supports many different target CPU architectures and many
|
||||
different machine types for each architecture. Options, properties,
|
||||
and command lines that work for one architecture or machine type
|
||||
will not necessarily work on another. The examples shown in this
|
||||
manual are specific to the architecture and machine type being
|
||||
demonstrated. When in doubt, consult the documentation for your
|
||||
specific target architecture and machine type.
|
||||
|
||||
.. _Accelerators:
|
||||
|
||||
Virtualisation Accelerators
|
||||
|
||||
Reference in New Issue
Block a user