On Mon, Nov 08, 2010 at 12:07:33PM +0000, Richard W.M. Jones wrote: > What command line arguments are we giving to qemu-kvm? > Interesting ones would be the '-M' option and any virtio and > pv-clock related ones, but it's useful to include the whole > command line here.
This is a standard-cmdline of a centos5 vm including virtio net and disk running on F14: /usr/bin/qemu-kvm -S -M pc-0.11 -enable-kvm -m 1024 -smp 2,sockets=2,cores=1,threads=1 -name centos -uuid 2daab0e5-e1ea-cee0-b1d5- d6cbac46d4ec -nodefconfig -nodefaults -chardev socket,id=monitor,path=/- var/lib/libvirt/qemu/centos.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=utc -boot c -drive file=/var/lib/libvirt/images/centos.img,if=none,id=drive-virtio- disk0,boot=on,format=raw -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio- disk0 -drive if=none,media=cdrom,id=drive-ide0-1- 0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1- 0 -device virtio-net- pci,vlan=0,id=net0,mac=52:54:00:12:00:e1,bus=pci.0,addr=0x5 -net tap,fd=45,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa- serial,chardev=serial0 -usb -vnc 127.0.0.1:1 -k en-us -vga cirrus - device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 -- sven === jabber/xmpp: [email protected] _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
