]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of brackets.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 15 Mar 2011 23:33:16 +0000 (17:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2011 13:38:04 +0000 (13:38 +0000)
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.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/adt-manual/adt-eclipse.xml

index 197628b79d2d291ee466da8e9999baf97fdc94ff..d41f496d57c182e4c4cd3287fd5958bb4548a863 100644 (file)
                     <para>Most custom options are for advanced QEMU users to further 
                     customize their QEMU instance.  
                     These options are specified between paired angled brackets.  
-                    Some options must be specified outside the brackets.  
-                    Use the <filename>man qemu</filename> command to get help on all the options.  
-                    The following is an example custom:
+                    Some options must be specified outside the brackets.
+                    In particular, the options <filename>serial</filename>, 
+                    <filename>nographic</filename>, and <filename>kvm</filename> must all 
+                    be outside the brackets.  
+                    Use the <filename>man qemu</filename> command to get help on all the options
+                    and their use.  
+                    The following is an example:
                         <literallayout class='monospaced'>
-    serial ‘&lt;-m 256 full-screen&gt;’
+    serial ‘&lt;-m 256 -full-screen&gt;’
                         </literallayout>
                     </para>
                     <para>