]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Scrubbed machine type for runqemu command.
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 12 Jul 2017 19:53:24 +0000 (12:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Jul 2017 08:19:25 +0000 (09:19 +0100)
(From yocto-docs rev: 9d7042661ab106055e4c09e4bbb41a8592c715c4)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-qemu.xml

index 80e4b24ccbbb7df6bff9d46e837841ed2cf4bf3c..a8f5c012659e42932b7649c0d5398b10d8d9b86b 100644 (file)
             </note>
             <itemizedlist>
                 <listitem><para><replaceable>QEMUARCH</replaceable>:
-                    The QEMU machine architecture, which must be "qemux86",
-                    "qemux86_64", "qemuarm", "qemumips", "qemumipsel",
-                    “qemumips64", "qemush4", "qemuppc", "qemumicroblaze",
-                    or "qemuzynq".
+                    The QEMU machine architecture, which must be "qemuarm",
+                    "qemuarm64", "qemumips", "qemumips64", "qemuppc",
+                    "qemux86", or "qemux86-64".
                     </para></listitem>
                 <listitem><para><filename><replaceable>VM</replaceable></filename>:
                     The virtual machine image, which must be a
                 <listitem><para><replaceable>MACHINE</replaceable>:
                     The architecture of the QEMU machine, which must be one
                     of the following: "qemux86",
-                    "qemux86-64", "qemuarm", "qemumips", "qemumipsel",
-                    “qemumips64", "qemush4", "qemuppc", "qemumicroblaze",
-                    or "qemuzynq".
+                    "qemux86", "qemux86-64", "qemuarm", "qemuarm64",
+                    "qemumips", “qemumips64", or "qemuppc".
                     The <replaceable>MACHINE</replaceable> and
                     <replaceable>QEMUARCH</replaceable> options are basically
                     identical.