qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] tcg: Rename tcg-target.c to tcg-target.inc.c


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/3] tcg: Rename tcg-target.c to tcg-target.inc.c
Date: Tue, 23 Feb 2016 14:49:40 +0000

This patchset renames the arch-specific tcg-target.c files
to tcg-target.inc.c, to better indicate the fact that they
are not standalone source files but are just #included
from another .c file.

Having done that we can teach clean-includes about the .inc.c
convention, and then undo some unnecessary #includes that it
added earlier.

thanks
-- PMM

Peter Maydell (3):
  tcg: Rename tcg-target.c to tcg-target.inc.c
  scripts/clean-includes: Ignore .inc.c files
  tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c

 qemu-tech.texi                                 | 2 +-
 scripts/clean-includes                         | 5 +++++
 tcg/README                                     | 5 +++--
 tcg/aarch64/{tcg-target.c => tcg-target.inc.c} | 1 -
 tcg/arm/{tcg-target.c => tcg-target.inc.c}     | 1 -
 tcg/i386/{tcg-target.c => tcg-target.inc.c}    | 1 -
 tcg/ia64/{tcg-target.c => tcg-target.inc.c}    | 0
 tcg/mips/{tcg-target.c => tcg-target.inc.c}    | 1 -
 tcg/ppc/{tcg-target.c => tcg-target.inc.c}     | 1 -
 tcg/s390/{tcg-target.c => tcg-target.inc.c}    | 1 -
 tcg/sparc/{tcg-target.c => tcg-target.inc.c}   | 1 -
 tcg/tcg.c                                      | 7 ++++---
 tcg/tcg.h                                      | 2 +-
 tcg/tci/README                                 | 4 ++--
 tcg/tci/{tcg-target.c => tcg-target.inc.c}     | 1 -
 15 files changed, 16 insertions(+), 17 deletions(-)
 rename tcg/aarch64/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/arm/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/i386/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/ia64/{tcg-target.c => tcg-target.inc.c} (100%)
 rename tcg/mips/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/ppc/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/s390/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/sparc/{tcg-target.c => tcg-target.inc.c} (99%)
 rename tcg/tci/{tcg-target.c => tcg-target.inc.c} (99%)

-- 
1.9.1




reply via email to

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