All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx
@ 2017-09-23 16:33 Michael Tokarev
  2017-09-25  9:33 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2017-09-23 16:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

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

Reported-By: Vagrant Cascadian <vagrant@debian.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qemu-options.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 77859a248c..39225ae6c3 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx
  2017-09-23 16:33 [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx Michael Tokarev
@ 2017-09-25  9:33 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2017-09-25  9:33 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-devel, qemu-trivial

On Sat, Sep 23, 2017 at 07:33:34PM +0300, Michael Tokarev wrote:
> Remove trailing whitespace in qemu-options documentation, as it causes
> reproducibility issues depending on the echo implementation used by
> the Makefile.
> 
> Reported-By: Vagrant Cascadian <vagrant@debian.org>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  qemu-options.hx | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-25  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23 16:33 [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx Michael Tokarev
2017-09-25  9:33 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.