blob: 579341edf8b96925aa02bfafaafe93825fa43983 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Windows command line -name cannot use = sign
Windows command line:
qemu.exe -L . -name "32-bit Emulation Session RAM=500MB" -boot c -m 500 -drive file=\\.\PhysicalDrive2
This fails to run.
If I remove the = sign in the -name quoted string it runs OK.
|