hi, i am using qemu-kvm 0.13.0. i created a snapshot (of my Win7-x64 image) like below: qemu-img snapshot -c test img.win7 this created a snapshot named test on my image. then i tried to start the snapshot VM, like below: qemu-system-x86_64 -m 2000 -vga std -usb -usbdevice tablet -localtime -loadvm 2 -hda img.qcow2.win7_x64 but then i have a problem: the Qemu window shows up, with "[Stopped]" at window caption. it stays forever there, and doesnt proceed. is this a bug, or did i do something wrong? (i am on Ubuntu Linux 64bit, if that matters) thanks, Jun -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html