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
This commit is contained in:
Warner Losh 2017-12-11 02:44:15 +00:00
parent 5b88c56a92
commit 14382fcf29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326757

View File

@ -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