I am using 'Virtual Machine Manager' / libvirt. My kvm command line is as follows:
b...@gecko2:~$ ps -wwfp $(pgrep -d, -x kvm) UID PID PPID C STIME TTY TIME CMD bob 26562 1 91 19:38 ? 00:01:30 /usr/bin/kvm -S -M pc -m 384 -smp 1 -name WindowsXP -uuid c4de242a-13c9-2586-bd73-38771db848c3 -monitor pty -pidfile /home/bob/.libvirt/qemu/run/WindowsXP.pid -boot c -drive file=/home/bob/KVM Disk Images/WindowsXP.img,if=ide,index=0,boot=on -drive file=,if=ide,media=cdrom,index=2 -net nic,macaddr=00:16:36:6d:79:55,vlan=0 -net user,vlan=0 -serial pty -parallel none -usb -vnc 127.0.0.1:0 -- Certain VMs do not run under KVM using 2.6.30-rc5 kernel https://bugs.launchpad.net/bugs/379991 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
