> -----Original Message----- > From: Philippe Mathieu-Daudé <[email protected]> > Sent: Friday, November 19, 2021 3:17 AM > To: [email protected] > Cc: Cleber Rosa <[email protected]>; John Snow <[email protected]>; Eric > Blake <[email protected]>; Markus Armbruster <[email protected]>; > Hanna Reitz <[email protected]>; Michael Roth <[email protected]>; > [email protected]; Marcelo Tosatti <[email protected]>; Vladimir > Sementsov-Ogievskiy <[email protected]>; Eduardo Habkost > <[email protected]>; Taylor Simpson <[email protected]>; > [email protected]; Paolo Bonzini <[email protected]>; Kevin Wolf > <[email protected]>; Philippe Mathieu-Daudé <[email protected]> > 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é <[email protected]>
> --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 <[email protected]>
