qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] tcg: Rename tcg-target.c to tcg-target.inc.c
@ 2016-02-23 14:49 Peter Maydell
  2016-02-23 14:49 ` [Qemu-devel] [PATCH 1/3] " Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Peter Maydell @ 2016-02-23 14:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, patches

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-23 16:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 14:49 [Qemu-devel] [PATCH 0/3] tcg: Rename tcg-target.c to tcg-target.inc.c Peter Maydell
2016-02-23 14:49 ` [Qemu-devel] [PATCH 1/3] " Peter Maydell
2016-02-23 14:49 ` [Qemu-devel] [PATCH 2/3] scripts/clean-includes: Ignore .inc.c files Peter Maydell
2016-02-23 15:10   ` Eric Blake
2016-02-23 14:49 ` [Qemu-devel] [PATCH 3/3] tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c Peter Maydell
2016-02-23 15:40 ` [Qemu-devel] [PATCH 0/3] tcg: Rename tcg-target.c to tcg-target.inc.c Eric Blake
2016-02-23 16:19 ` Richard Henderson
2016-02-23 16:24   ` Peter Maydell
2016-02-23 16:34     ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).