qemu-arm
[Top][All Lists]
Advanced

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

[Qemu-arm] [PATCH 0/3] Detabify target/arm


From: Peter Maydell
Subject: [Qemu-arm] [PATCH 0/3] Detabify target/arm
Date: Tue, 21 Aug 2018 17:52:12 +0100

This patchset removes hardcoded tabs from target/arm.

Normally we're generally against patches which only do style
fixups, preferring to fix up code as we need to touch it.
But in this case, almost all of the tabs are in the old
iwMMXt instruction set handling, which we have not needed
to touch in years, so the "fix as we touch it" process isn't
going to adjust them. Also, since they're changes to
barely-touched code they're not going to cause conflicts with
other work-in-progress in that area or be likely to result in
future pain trying to do stable backports of bugfixes.
So I think it's reasonable to do a bulk fixup in this case,
especially for translate.c, which is a file that sees active
development in other parts of the same file.

This isn't intended to announce an open season for
coding style fixup patches -- that is up to the individual
submaintainer and should not be done unsolicited.

thanks
-- PMM

Peter Maydell (3):
  target/arm: Untabify translate.c
  target/arm: Untabify iwmmxt_helper.c
  target/arm: Remove a handful of stray tabs

 target/arm/cpu.h           |  16 +--
 target/arm/arm-semi.c      |   2 +-
 target/arm/iwmmxt_helper.c | 234 ++++++++++++++++++-------------------
 target/arm/translate.c     | 122 +++++++++----------
 4 files changed, 187 insertions(+), 187 deletions(-)

-- 
2.18.0




reply via email to

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