summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1829242
blob: 6eed683c48c126a873809269510f52bd110681f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
qemu on windows host exits after savevm command

I'm running qemu-system-i386.exe 3.1.0 with this command line:
"C:\Program Files\qemu\qemu-system-i386.exe"  -L C:\user\qemu\pc-bios\ -name win7 -m 4G -uuid 564db62e-e031-b5cf-5f34-a75f8cefa98e -rtc base=localtime -accel hax -hdd C:\VirtualMachines\Dev\Win10x64_VS17\swap.qcow "C:\VirtualMachines\qemu\qemu_win7.qcow"
Host OS Windows 10 x64, guest OS Wondows 7 x86.

Wait till the OS loads, go to compat_monitor0 tab and enter command:
savevm loaded_win
After a few seconds qemu exits, running it another time and entering command:
info snapshots
says "There is no snapshot available". I've tried rinning it with -accel tcg, with same results. I've tried less memory (1G), same results.