qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU
@ 2014-02-04  5:43 Stefan Weil
  2014-02-04 10:49 ` Laszlo Ersek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Weil @ 2014-02-04  5:43 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Stefan Weil, Laszlo Ersek, qemu-devel

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 scripts/switch-timer-api |    2 +-
 tests/i440fx-test.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/switch-timer-api b/scripts/switch-timer-api
index a369a08..b0e230b 100755
--- a/scripts/switch-timer-api
+++ b/scripts/switch-timer-api
@@ -20,7 +20,7 @@ sub Syntax
     print STDERR <<STOP;
 Usage: $FindBin::Script [options] FILE ...
 
-Translate each FILE to the new Qemu timer API. If no files
+Translate each FILE to the new QEMU timer API. If no files
 are passed, a reasonable guess is taken.
 
 Options:
diff --git a/tests/i440fx-test.c b/tests/i440fx-test.c
index fa3e3d6..bcd2181 100644
--- a/tests/i440fx-test.c
+++ b/tests/i440fx-test.c
@@ -350,7 +350,7 @@ static void test_i440fx_firmware(FirmwareTestFixture *fixture,
     qtest_start(cmdline);
     g_free(cmdline);
 
-    /* Qemu has loaded the firmware (because qtest_start() only returns after
+    /* QEMU has loaded the firmware (because qtest_start() only returns after
      * the QMP handshake completes). We must unlink the firmware blob right
      * here, because any assertion firing below would leak it in the
      * filesystem. This is also the reason why we recreate the blob every time
-- 
1.7.10.4

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

* Re: [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU
  2014-02-04  5:43 [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU Stefan Weil
@ 2014-02-04 10:49 ` Laszlo Ersek
  2014-02-04 14:39 ` Andreas Färber
  2014-02-06  7:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  2 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2014-02-04 10:49 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel

On 02/04/14 06:43, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  scripts/switch-timer-api |    2 +-
>  tests/i440fx-test.c      |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/switch-timer-api b/scripts/switch-timer-api
> index a369a08..b0e230b 100755
> --- a/scripts/switch-timer-api
> +++ b/scripts/switch-timer-api
> @@ -20,7 +20,7 @@ sub Syntax
>      print STDERR <<STOP;
>  Usage: $FindBin::Script [options] FILE ...
>  
> -Translate each FILE to the new Qemu timer API. If no files
> +Translate each FILE to the new QEMU timer API. If no files
>  are passed, a reasonable guess is taken.
>  
>  Options:
> diff --git a/tests/i440fx-test.c b/tests/i440fx-test.c
> index fa3e3d6..bcd2181 100644
> --- a/tests/i440fx-test.c
> +++ b/tests/i440fx-test.c
> @@ -350,7 +350,7 @@ static void test_i440fx_firmware(FirmwareTestFixture *fixture,
>      qtest_start(cmdline);
>      g_free(cmdline);
>  
> -    /* Qemu has loaded the firmware (because qtest_start() only returns after
> +    /* QEMU has loaded the firmware (because qtest_start() only returns after
>       * the QMP handshake completes). We must unlink the firmware blob right
>       * here, because any assertion firing below would leak it in the
>       * filesystem. This is also the reason why we recreate the blob every time
> 

(I'm fine both ways.)

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

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

* Re: [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU
  2014-02-04  5:43 [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU Stefan Weil
  2014-02-04 10:49 ` Laszlo Ersek
@ 2014-02-04 14:39 ` Andreas Färber
  2014-02-05  6:07   ` Stefan Weil
  2014-02-06  7:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  2 siblings, 1 reply; 5+ messages in thread
From: Andreas Färber @ 2014-02-04 14:39 UTC (permalink / raw)
  To: Stefan Weil, qemu-trivial, Anthony Liguori, Peter Maydell
  Cc: Laszlo Ersek, qemu-devel

Am 04.02.2014 06:43, schrieb Stefan Weil:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  scripts/switch-timer-api |    2 +-
>  tests/i440fx-test.c      |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Andreas Färber <afaerber@suse.de>

but that is the same spelling found in every single mailing list message
- any chance we can fix that too? (be it to all-lowercase or all-uppercase)

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU
  2014-02-04 14:39 ` Andreas Färber
@ 2014-02-05  6:07   ` Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2014-02-05  6:07 UTC (permalink / raw)
  To: Andreas Färber, Anthony Liguori; +Cc: Peter Maydell, qemu-devel

Am 04.02.2014 15:39, schrieb Andreas Färber:
> Am 04.02.2014 06:43, schrieb Stefan Weil:
>> Signed-off-by: Stefan Weil <sw@weilnetz.de>
>> ---
>>  scripts/switch-timer-api |    2 +-
>>  tests/i440fx-test.c      |    2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> Reviewed-by: Andreas Färber <afaerber@suse.de>
> 
> but that is the same spelling found in every single mailing list message
> - any chance we can fix that too? (be it to all-lowercase or all-uppercase)
> 
> Regards,
> Andreas
> 


Fixing the mailing list name would be good, but can only be done by
Anthony AFAIK. See the previous discussion on this matter:

http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg03648.html

Regards,
Stefan

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] misc: Fix case Qemu -> QEMU
  2014-02-04  5:43 [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU Stefan Weil
  2014-02-04 10:49 ` Laszlo Ersek
  2014-02-04 14:39 ` Andreas Färber
@ 2014-02-06  7:37 ` Michael Tokarev
  2 siblings, 0 replies; 5+ messages in thread
From: Michael Tokarev @ 2014-02-06  7:37 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Laszlo Ersek, qemu-devel

Thanks, applied to trivial-patches queue.

/mjt

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

end of thread, other threads:[~2014-02-06  7:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04  5:43 [Qemu-devel] [PATCH] misc: Fix case Qemu -> QEMU Stefan Weil
2014-02-04 10:49 ` Laszlo Ersek
2014-02-04 14:39 ` Andreas Färber
2014-02-05  6:07   ` Stefan Weil
2014-02-06  7:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).