aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/qemu.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qemu.html')
-rw-r--r--tools/qemu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qemu.html b/tools/qemu.html
index c4d66f5..53ea9c7 100644
--- a/tools/qemu.html
+++ b/tools/qemu.html
@@ -208,6 +208,10 @@ Ctrl+a c switch between monitor and console
# Confifure virtio as 3D video graphic accelerator (requires virgl in guest).
-vga virtio
+
+# Disable graphical output, and redirect serial console to qemu processes stdio
+# (-serial stdio).
+-nographic
</code></pre>
<h3 id="boot-menu"><a class="header" href="#boot-menu">Boot Menu</a></h3>
<pre><code class="language-bash"># Enables boot menu to select boot device (enter with `ESC`).