From: Pavel Pisa Date: Tue, 1 Nov 2011 21:36:06 +0000 (+0100) Subject: QEMU Readme: Remove space which breaks QEMU device option parsing. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/mf6xx.git/commitdiff_plain/9f3cc7448af8a856a8ec13f8c69ebabaeda5a0df QEMU Readme: Remove space which breaks QEMU device option parsing. Signed-off-by: Pavel Pisa --- diff --git a/src/qemu/README.txt b/src/qemu/README.txt index 42a34b8..5b042cb 100644 --- a/src/qemu/README.txt +++ b/src/qemu/README.txt @@ -33,5 +33,5 @@ If you don't want to install Qemu, your binary is in "i386-softmmu" directory E. g. "i386-softmmu$ ./qemu -device mf624 -hda ..//debian.qcow --boot c" * Virtual MF624 card communicates with GUI interface through TCP/IP protocol. - For choosing particular port number use "-device mf624, port=55555", + For choosing particular port number use "-device mf624,port=55555", where 55555 is your port number.