From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <rth@twiddle.net>, patches@linaro.org
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 [thread overview]
Message-ID: <1456238983-10160-1-git-send-email-peter.maydell@linaro.org> (raw)
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
next reply other threads:[~2016-02-23 15:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 14:49 Peter Maydell [this message]
2016-02-23 14:49 ` [Qemu-devel] [PATCH 1/3] tcg: Rename tcg-target.c to tcg-target.inc.c 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456238983-10160-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=patches@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).