Re: [Qemu-devel] [qemu PATCH 4/5] machine: fix some misspelled words

2018-06-08 Thread Eric Blake
On 06/08/2018 12:41 PM, Ross Zwisler wrote: -"Set on/off to enable/disable igd passthrou", &error_abort); +"Set on/off to enable/disable igd passthru", &error_abort); Shouldn't that rather be "passthrough" instead? Either works, I think. "thru" and "passthru" are short infor

Re: [Qemu-devel] [qemu PATCH 4/5] machine: fix some misspelled words

2018-06-08 Thread Ross Zwisler
On Fri, Jun 08, 2018 at 07:38:17AM +0200, Thomas Huth wrote: > On 08.06.2018 00:31, Ross Zwisler wrote: > > Normally this might not be worth fixing, but several of these are strings > > which are displayed to users. > > > > Signed-off-by: Ross Zwisler > > --- > > hw/core/machine.c | 6 +++--- > >

Re: [Qemu-devel] [qemu PATCH 4/5] machine: fix some misspelled words

2018-06-07 Thread Thomas Huth
On 08.06.2018 00:31, Ross Zwisler wrote: > Normally this might not be worth fixing, but several of these are strings > which are displayed to users. > > Signed-off-by: Ross Zwisler > --- > hw/core/machine.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/hw/core/m

[Qemu-devel] [qemu PATCH 4/5] machine: fix some misspelled words

2018-06-07 Thread Ross Zwisler
Normally this might not be worth fixing, but several of these are strings which are displayed to users. Signed-off-by: Ross Zwisler --- hw/core/machine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/core/machine.c b/hw/core/machine.c index 617e5f8d75..a21269fa39 1