Skip to content

Instantly share code, notes, and snippets.

@rzezeski
Created April 24, 2015 21:49
Show Gist options
  • Save rzezeski/8da8f02a83e2c4f51b65 to your computer and use it in GitHub Desktop.
Save rzezeski/8da8f02a83e2c4f51b65 to your computer and use it in GitHub Desktop.
qemu args
exec /smartdc/bin/qemu-exec /smartdc/bin/qemu-system-x86_64 "-m" "1024" "-name" "0848546c-2f54-4742-a0fd-7e006206c8b8" "-uuid" "0848546c-2f54-4742-a0fd-7e006206c8b8" "-cpu" "qemu64" "-smp" "2" "-drive" "file=/dev/zvol/rdsk/zones/0848546c-2f54-4742-a0fd-7e006206c8b8-disk0,if=ide,index=0,media=disk,boot=on" "-drive" "file=/sos.iso,if=ide,index=1,media=cdrom" "-boot" "order=d" "-net" "nic,macaddr=52:52:4a:57:08:43,vlan=0,name=net0,model=e1000" "-net" "vnic,name=net0,vlan=0,ifname=net0,ip=10.0.1.217,netmask=255.255.255.0,gateway_ip=10.0.1.1,hostname=old-sos,dns_ip0=10.0.1.1" "-smbios" "type=1,manufacturer=Joyent,product=SmartDC HVM,version=7.20150219T102159Z,serial=0848546c-2f54-4742-a0fd-7e006206c8b8,uuid=0848546c-2f54-4742-a0fd-7e006206c8b8,sku=001,family=Virtual Machine" "-pidfile" "/tmp/vm.pid" "-vga" "std" "-chardev" "socket,id=qmp,path=/tmp/vm.qmp,server,nowait" "-qmp" "chardev:qmp" "-chardev" "socket,id=serial0,path=/tmp/vm.console,server,nowait" "-serial" "chardev:serial0" "-chardev" "socket,id=serial1,path=/tmp/vm.ttyb,server,nowait" "-serial" "chardev:serial1" "-vnc" "unix:/tmp/vm.vnc" "-parallel" "none" "-usb" "-usbdevice" "tablet" "-k" "en-us"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment