misc: Fix case Qemu -> QEMU
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
933b19ea97
commit
a63e5e0c0d
@ -20,7 +20,7 @@ sub Syntax
|
|||||||
print STDERR <<STOP;
|
print STDERR <<STOP;
|
||||||
Usage: $FindBin::Script [options] FILE ...
|
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.
|
are passed, a reasonable guess is taken.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
@ -350,7 +350,7 @@ static void test_i440fx_firmware(FirmwareTestFixture *fixture,
|
|||||||
qtest_start(cmdline);
|
qtest_start(cmdline);
|
||||||
g_free(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
|
* the QMP handshake completes). We must unlink the firmware blob right
|
||||||
* here, because any assertion firing below would leak it in the
|
* here, because any assertion firing below would leak it in the
|
||||||
* filesystem. This is also the reason why we recreate the blob every time
|
* filesystem. This is also the reason why we recreate the blob every time
|
||||||
|
Loading…
Reference in New Issue
Block a user