Skip to content

Instantly share code, notes, and snippets.

@proffalken
Created January 23, 2014 13:38
Show Gist options
  • Save proffalken/b703f74548d8ed3e0f86 to your computer and use it in GitHub Desktop.
Save proffalken/b703f74548d8ed3e0f86 to your computer and use it in GitHub Desktop.
seed vm
2014-01-23 13:35:02.014+0000: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm -name seed -S -M pc-1.0 -m 2048 -smp 1,sockets=1,cores=1,threads=1 -uuid c5120404-ac73-dc6c-1153-8b97c6094836 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/seed.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot menu=off -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/libvirt/images/seed.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=writeback -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev tap,fd=24,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=52:54:00:e9:f3:2e,bus=pci.0,addr=0x3 -netdev tap,fd=25,id=hostnet1 -device e1000,netdev=hostnet1,id=net1,mac=52:54:00:05:32:86,bus=pci.0,addr=0x4 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 127.0.0.1:0 -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7
W: kvm binary is deprecated, please use qemu-system-x86_64 instead
char device redirected to /dev/pts/1 (label charserial0)
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
Back to tcg accelerator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment