From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
To: qemu-devel@nongnu.org, crosthwaitepeter@gmail.com,
eblake@redhat.com, peter.maydell@linaro.org
Cc: Sai Pavan Boddu <saipava@xilinx.com>,
edgari@xilinx.com, alistai@xilinx.com
Subject: [Qemu-devel] [RFC V2 2/2] sdhci: Move sdhci.h to include/
Date: Mon, 7 Sep 2015 19:28:39 +0530 [thread overview]
Message-ID: <1441634319-23268-2-git-send-email-saipava@xilinx.com> (raw)
In-Reply-To: <1441634319-23268-1-git-send-email-saipava@xilinx.com>
Move sdhci.h to include/hw/sd/. Which makes easy creation of device
using object_initialize.
Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
---
Changes for V2:
Create new area in includes for sd. And move sdhci.h to same.
---
hw/sd/sdhci.c | 2 +-
{hw => include/hw}/sd/sdhci.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {hw => include/hw}/sd/sdhci.h (100%)
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index e63367b..811e5b0 100644
--- a/hw/sd/sdhci.c
+++ b/hw/sd/sdhci.c
@@ -29,7 +29,7 @@
#include "qemu/timer.h"
#include "qemu/bitops.h"
-#include "sdhci.h"
+#include "hw/sd/sdhci.h"
/* host controller debug messages */
#ifndef SDHC_DEBUG
diff --git a/hw/sd/sdhci.h b/include/hw/sd/sdhci.h
similarity index 100%
rename from hw/sd/sdhci.h
rename to include/hw/sd/sdhci.h
--
1.9.1
next prev parent reply other threads:[~2015-09-07 13:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 13:58 [Qemu-devel] [RFC V2 1/2] hw/sd : move sd.h to include/hw/sd/ Sai Pavan Boddu
2015-09-07 13:58 ` Sai Pavan Boddu [this message]
2015-09-09 9:37 ` [Qemu-devel] [RFC V2 2/2] sdhci: Move sdhci.h to include/ Stefan Hajnoczi
2015-09-09 9:43 ` Sai Pavan Boddu
2015-09-09 15:04 ` [Qemu-devel] [RFC V2 1/2] hw/sd : move sd.h to include/hw/sd/ Eric Blake
-- strict thread matches above, loose matches on Subject: below --
2015-09-08 5:52 Sai Pavan Boddu
2015-09-08 5:52 ` [Qemu-devel] [RFC V2 2/2] sdhci: Move sdhci.h to include/ Sai Pavan Boddu
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=1441634319-23268-2-git-send-email-saipava@xilinx.com \
--to=sai.pavan.boddu@xilinx.com \
--cc=alistai@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=eblake@redhat.com \
--cc=edgari@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=saipava@xilinx.com \
/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).