Skip to content
Snippets Groups Projects
Commit a295d244 authored by Michael Tokarev's avatar Michael Tokarev
Browse files

remove trailing whitespace from qemu-options.hx


Remove trailing whitespace in qemu-options documentation, as it causes
reproducibility issues depending on the echo implementation used by
the Makefile.

Reported-By: default avatarVagrant Cascadian <vagrant@debian.org>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 6ec83bef
No related branches found
No related tags found
No related merge requests found
......@@ -284,8 +284,8 @@ Set default value of @var{driver}'s property @var{prop} to @var{value}, e.g.:
qemu-system-i386 -global ide-hd.physical_block_size=4096 disk-image.img
@end example
In particular, you can use this to set driver properties for devices which are
created automatically by the machine model. To create a device which is not
In particular, you can use this to set driver properties for devices which are
created automatically by the machine model. To create a device which is not
created automatically and set properties on it, use -@option{device}.
-global @var{driver}.@var{prop}=@var{value} is shorthand for -global
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment