mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Fix some typos in documentation and comments
Most of them were found and fixed using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20221030105944.311940-1-sw@weilnetz.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
committed by
Laurent Vivier
parent
58379af710
commit
1e458f1127
@@ -99,7 +99,7 @@ successfully on various hosts. The following list shows some best practices:
|
||||
* If your test cases uses the blkdebug feature, use relative path to pass
|
||||
the config and image file paths in the command line as Windows absolute
|
||||
path contains the delimiter ":" which will confuse the blkdebug parser.
|
||||
* Use double quotes in your extra QEMU commmand line in your test cases
|
||||
* Use double quotes in your extra QEMU command line in your test cases
|
||||
instead of single quotes, as Windows does not drop single quotes when
|
||||
passing the command line to QEMU.
|
||||
* Windows opens a file in text mode by default, while a POSIX compliant
|
||||
|
||||
Reference in New Issue
Block a user