summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-15 17:33:16 -0600
committerSaul Wold <sgw@linux.intel.com>2011-03-16 08:08:16 -0700
commitd065ae731193e242cd1326e37af802202d0ae1de (patch)
tree3899f2be41d0f0eed8742dc02abbf721adaf4e3c /documentation/adt-manual
parentf6185c6d855a0462c63da2df923d453bc8a1e5dc (diff)
downloadpoky-d065ae731193e242cd1326e37af802202d0ae1de.tar.gz
documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of brackets.
Section 4.1.3.4 discusses custom options for when you want to run a QEMU image. Jessica felt that we needed to stress the fact that the options "serial", "nographic", and "kvm" must all appear outside of the angled brackets. (From OE-Core rev: 845770e12b6ed51db3179f42de6b8deacdff5093) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 197628b79d..d41f496d57 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -215,11 +215,15 @@
215 <para>Most custom options are for advanced QEMU users to further 215 <para>Most custom options are for advanced QEMU users to further
216 customize their QEMU instance. 216 customize their QEMU instance.
217 These options are specified between paired angled brackets. 217 These options are specified between paired angled brackets.
218 Some options must be specified outside the brackets. 218 Some options must be specified outside the brackets.
219 Use the <filename>man qemu</filename> command to get help on all the options. 219 In particular, the options <filename>serial</filename>,
220 The following is an example custom: 220 <filename>nographic</filename>, and <filename>kvm</filename> must all
221 be outside the brackets.
222 Use the <filename>man qemu</filename> command to get help on all the options
223 and their use.
224 The following is an example:
221 <literallayout class='monospaced'> 225 <literallayout class='monospaced'>
222 serial ‘&lt;-m 256 full-screen&gt;’ 226 serial ‘&lt;-m 256 -full-screen&gt;’
223 </literallayout> 227 </literallayout>
224 </para> 228 </para>
225 <para> 229 <para>