qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] misc: Fix case Qemu -> QEMU


From: Laszlo Ersek
Subject: Re: [Qemu-trivial] [PATCH] misc: Fix case Qemu -> QEMU
Date: Tue, 04 Feb 2014 11:49:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

On 02/04/14 06:43, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]