> -----Original Message----- > From: Philippe Mathieu-Daudé <phi...@redhat.com> > Sent: Friday, November 19, 2021 3:17 AM > To: qemu-devel@nongnu.org > Cc: Cleber Rosa <cr...@redhat.com>; John Snow <js...@redhat.com>; Eric > Blake <ebl...@redhat.com>; Markus Armbruster <arm...@redhat.com>; > Hanna Reitz <hre...@redhat.com>; Michael Roth <michael.r...@amd.com>; > qemu-bl...@nongnu.org; Marcelo Tosatti <mtosa...@redhat.com>; Vladimir > Sementsov-Ogievskiy <vsement...@virtuozzo.com>; Eduardo Habkost > <ehabk...@redhat.com>; Taylor Simpson <tsimp...@quicinc.com>; > k...@vger.kernel.org; Paolo Bonzini <pbonz...@redhat.com>; Kevin Wolf > <kw...@redhat.com>; Philippe Mathieu-Daudé <phi...@redhat.com> > Subject: [PATCH-for-6.2? v2 2/3] misc: Spell QEMU all caps > > QEMU should be written all caps. > > Normally checkpatch.pl warns when it is not (see commit > 9964d8f9422: "checkpatch: Add QEMU specific rule"). > > Replace Qemu -> QEMU. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
> --git a/target/hexagon/README b/target/hexagon/README index > 372e24747c9..b02dbbd1701 100644 > --- a/target/hexagon/README > +++ b/target/hexagon/README > @@ -48,7 +48,7 @@ header files in <BUILD_DIR>/target/hexagon > gen_tcg_func_table.py -> tcg_func_table_generated.c.inc > gen_helper_funcs.py -> helper_funcs_generated.c.inc > > -Qemu helper functions have 3 parts > +QEMU helper functions have 3 parts > DEF_HELPER declaration indicates the signature of the helper > gen_helper_<NAME> will generate a TCG call to the helper function > The helper implementation > diff --git a/tests/guest-debug/run-test.py b/tests/guest-debug/run-test.py Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>