aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-11 02:44:15 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-11 02:44:15 +0000
commit14382fcf2961bf1caa652fc183cf1534da3b4a0d (patch)
tree32c88f4d2a91b5f12eaa521340ffe2420cefc9fa
parent5b88c56a925b9b02fddcd68472e278c48b7cdc01 (diff)
downloadsrc-14382fcf2961bf1caa652fc183cf1534da3b4a0d.tar.gz
src-14382fcf2961bf1caa652fc183cf1534da3b4a0d.zip
Start adding commands that I know are good to build up residual
knowledge about qemu's quirks. Other qemu commands are possible, but this is the quickest for testing. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=326757
-rw-r--r--tools/tools/nanobsd/embedded/qemu-amd64.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/embedded/qemu-amd64.cfg b/tools/tools/nanobsd/embedded/qemu-amd64.cfg
index f393f1fea0f0..36dac399b4ac 100644
--- a/tools/tools/nanobsd/embedded/qemu-amd64.cfg
+++ b/tools/tools/nanobsd/embedded/qemu-amd64.cfg
@@ -32,3 +32,8 @@ NANO_NAME=qemu-amd64
. common # Pull in common definitions
qemu_env
+
+# Run with:
+# qemu-system-x86_64 -hdd $file -serial telnet::4444,server -nographic
+# To get some breathing room on the image:
+# qemu-img resize $file +2G