diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-12 12:53:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-22 09:19:25 +0100 |
commit | da066d8cdffefee2d3ddd92e14a5b4091f3d4967 (patch) | |
tree | 7a13f03d8d6cd86074aa1cf7bc623906545cbf47 | |
parent | 33969a3c92024c566b03ad30bc5cc77e32e9a416 (diff) | |
download | poky-da066d8cdffefee2d3ddd92e14a5b4091f3d4967.tar.gz |
dev-manual: Scrubbed machine type for runqemu command.
(From yocto-docs rev: 9d7042661ab106055e4c09e4bbb41a8592c715c4)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-qemu.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index 80e4b24ccb..a8f5c01265 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml | |||
@@ -108,10 +108,9 @@ | |||
108 | </note> | 108 | </note> |
109 | <itemizedlist> | 109 | <itemizedlist> |
110 | <listitem><para><replaceable>QEMUARCH</replaceable>: | 110 | <listitem><para><replaceable>QEMUARCH</replaceable>: |
111 | The QEMU machine architecture, which must be "qemux86", | 111 | The QEMU machine architecture, which must be "qemuarm", |
112 | "qemux86_64", "qemuarm", "qemumips", "qemumipsel", | 112 | "qemuarm64", "qemumips", "qemumips64", "qemuppc", |
113 | “qemumips64", "qemush4", "qemuppc", "qemumicroblaze", | 113 | "qemux86", or "qemux86-64". |
114 | or "qemuzynq". | ||
115 | </para></listitem> | 114 | </para></listitem> |
116 | <listitem><para><filename><replaceable>VM</replaceable></filename>: | 115 | <listitem><para><filename><replaceable>VM</replaceable></filename>: |
117 | The virtual machine image, which must be a | 116 | The virtual machine image, which must be a |
@@ -138,9 +137,8 @@ | |||
138 | <listitem><para><replaceable>MACHINE</replaceable>: | 137 | <listitem><para><replaceable>MACHINE</replaceable>: |
139 | The architecture of the QEMU machine, which must be one | 138 | The architecture of the QEMU machine, which must be one |
140 | of the following: "qemux86", | 139 | of the following: "qemux86", |
141 | "qemux86-64", "qemuarm", "qemumips", "qemumipsel", | 140 | "qemux86", "qemux86-64", "qemuarm", "qemuarm64", |
142 | “qemumips64", "qemush4", "qemuppc", "qemumicroblaze", | 141 | "qemumips", “qemumips64", or "qemuppc". |
143 | or "qemuzynq". | ||
144 | The <replaceable>MACHINE</replaceable> and | 142 | The <replaceable>MACHINE</replaceable> and |
145 | <replaceable>QEMUARCH</replaceable> options are basically | 143 | <replaceable>QEMUARCH</replaceable> options are basically |
146 | identical. | 144 | identical. |