qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Yang Zhong <yang.zhong@intel.com>
To: pbonzini@redhat.com
Cc: qemu-devel@nongnu.org, anthony.xu@intel.com,
	Yang Zhong <yang.zhong@intel.com>
Subject: [Qemu-devel] [PATCH v0 1/6] move tcg relative files into tcg directory
Date: Fri, 19 May 2017 15:30:21 +0800	[thread overview]
Message-ID: <1495179026-27872-2-git-send-email-yang.zhong@intel.com> (raw)
In-Reply-To: <1495179026-27872-1-git-send-email-yang.zhong@intel.com>

move tcg-runtime.c to ./tcg directory

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
---
 Makefile.target                    | 2 +-
 tcg-runtime.c => tcg/tcg-runtime.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tcg-runtime.c => tcg/tcg-runtime.c (100%)

diff --git a/Makefile.target b/Makefile.target
index 465a633..c388fd6 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -98,7 +98,7 @@ obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
 obj-y += fpu/softfloat.o
 obj-y += target/$(TARGET_BASE_ARCH)/
 obj-y += disas.o
-obj-y += tcg-runtime.o
+obj-y += tcg/tcg-runtime.o
 obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
 obj-$(call lnot,$(CONFIG_HAX)) += hax-stub.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
diff --git a/tcg-runtime.c b/tcg/tcg-runtime.c
similarity index 100%
rename from tcg-runtime.c
rename to tcg/tcg-runtime.c
-- 
1.9.1

  reply	other threads:[~2017-05-19  7:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-19  7:30 [Qemu-devel] [PATCH v0 0/6] move the tcg files into tcg directory Yang Zhong
2017-05-19  7:30 ` Yang Zhong [this message]
2017-05-19  7:30 ` [Qemu-devel] [PATCH v0 2/6] move tcg relative " Yang Zhong
2017-05-19  7:30 ` [Qemu-devel] [PATCH v0 3/6] move tcg header file Yang Zhong
2017-05-19  7:30 ` [Qemu-devel] [PATCH v0 4/6] move tcg relative files into tcg directory Yang Zhong
2017-05-19  7:30 ` [Qemu-devel] [PATCH v0 5/6] " Yang Zhong
2017-05-19  7:30 ` [Qemu-devel] [PATCH v0 6/6] change tcg relative file's compile definition Yang Zhong
2017-05-19 22:14 ` [Qemu-devel] [PATCH v0 0/6] move the tcg files into tcg directory Eric Blake
2017-05-22 17:31   ` Zhong Yang

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=1495179026-27872-2-git-send-email-yang.zhong@intel.com \
    --to=yang.zhong@intel.com \
    --cc=anthony.xu@intel.com \
    --cc=pbonzini@redhat.com \
    --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).