Advertisement
dsdr

qemu-ubuntu

Nov 26th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. qemu-system-x86_64 -enable-kvm -cpu host -smp 1 -m 1G \
  2.  -drive file=vm3-Olinux-asterisk.raw,if=none,id=drive0,cache=none,aio=native,format=raw \
  3.  -device virtio-blk-pci,drive=drive0,scsi=off,config-wce=off,x-data-plane=on \
  4.  -net tap,vhost=on,ifname=tap3,script=no,downscript=no \
  5.  -net nic,model=virtio,macaddr=DE:AD:BE:EF:4A:30 -daemonize
  6.  
  7. [http://wiki.gentoo.org/wiki/QEMU/Options]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement