From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v2 1/2] target-sparc: Rename cpu_init.c
Date: Thu, 5 Apr 2012 01:29:39 +0200 [thread overview]
Message-ID: <1333582180-9380-2-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1333582180-9380-1-git-send-email-afaerber@suse.de>
Align QOM'ified targets, with a view to simplify Makefile.target.
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
Makefile.target | 2 +-
target-sparc/{cpu_init.c => cpu.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename target-sparc/{cpu_init.c => cpu.c} (100%)
diff --git a/Makefile.target b/Makefile.target
index 6c4a77a..1110796 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -96,7 +96,7 @@ libobj-$(TARGET_ARM) += cpu.o
libobj-$(TARGET_S390X) += cpu.o
ifeq ($(TARGET_BASE_ARCH), sparc)
libobj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
-libobj-y += cpu_init.o
+libobj-y += cpu.o
endif
libobj-$(TARGET_SPARC) += int32_helper.o
libobj-$(TARGET_SPARC64) += int64_helper.o
diff --git a/target-sparc/cpu_init.c b/target-sparc/cpu.c
similarity index 100%
rename from target-sparc/cpu_init.c
rename to target-sparc/cpu.c
--
1.7.7
next prev parent reply other threads:[~2012-04-04 23:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 23:29 [Qemu-devel] [PATCH v2 0/2] QOM'ify SPARC CPU Andreas Färber
2012-04-04 23:29 ` Andreas Färber [this message]
2012-04-04 23:29 ` [Qemu-devel] [PATCH v2 2/2] target-sparc: QOM'ify CPU Andreas Färber
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=1333582180-9380-2-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=qemu-devel@nongnu.org \
/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).