* [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
@ 2015-09-04 7:12 Sai Pavan Boddu
2015-09-04 18:20 ` Alistair Francis
0 siblings, 1 reply; 3+ messages in thread
From: Sai Pavan Boddu @ 2015-09-04 7:12 UTC (permalink / raw)
To: qemu-devel
Cc: Sai Pavan Boddu, peter.maydell, crosthwaitepeter, alistai, edgari
For a easy creation of device directly form sdhci, without building a wrapper around.
Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
---
hw/sd/sdhci.c | 2 +-
{hw/sd => include/hw}/sdhci.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {hw/sd => include/hw}/sdhci.h (100%)
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index e63367b..2469077 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/sdhci.h"
/* host controller debug messages */
#ifndef SDHC_DEBUG
diff --git a/hw/sd/sdhci.h b/include/hw/sdhci.h
similarity index 100%
rename from hw/sd/sdhci.h
rename to include/hw/sdhci.h
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
2015-09-04 7:12 [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/ Sai Pavan Boddu
@ 2015-09-04 18:20 ` Alistair Francis
2015-09-04 18:26 ` Sai Pavan Boddu
0 siblings, 1 reply; 3+ messages in thread
From: Alistair Francis @ 2015-09-04 18:20 UTC (permalink / raw)
To: Sai Pavan Boddu
Cc: edgari, Peter Maydell, qemu-devel@nongnu.org Developers,
Sai Pavan Boddu, Peter Crosthwaite, alistai
On Fri, Sep 4, 2015 at 12:12 AM, Sai Pavan Boddu
<sai.pavan.boddu@xilinx.com> wrote:
> For a easy creation of device directly form sdhci, without building a wrapper around.
Can you fix the commit message?
>
> Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
> ---
> hw/sd/sdhci.c | 2 +-
> {hw/sd => include/hw}/sdhci.h | 0
Now that there are two SD related header filesI think we should create
a sd folder under include/hw/ and move the sdhci.h file in there as
well.
Otherwise I think this is a good idea.
Thanks,
Alistair
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename {hw/sd => include/hw}/sdhci.h (100%)
>
> diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
> index e63367b..2469077 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/sdhci.h"
>
> /* host controller debug messages */
> #ifndef SDHC_DEBUG
> diff --git a/hw/sd/sdhci.h b/include/hw/sdhci.h
> similarity index 100%
> rename from hw/sd/sdhci.h
> rename to include/hw/sdhci.h
> --
> 1.9.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
2015-09-04 18:20 ` Alistair Francis
@ 2015-09-04 18:26 ` Sai Pavan Boddu
0 siblings, 0 replies; 3+ messages in thread
From: Sai Pavan Boddu @ 2015-09-04 18:26 UTC (permalink / raw)
To: Alistair Francis
Cc: Edgar Iglesias, Peter Maydell, Peter Crosthwaite,
Alistair Francis, qemu-devel@nongnu.org Developers
> -----Original Message-----
> From: Alistair Francis [mailto:alistair23@gmail.com]
> Sent: Friday, September 04, 2015 11:51 PM
> To: Sai Pavan Boddu
> Cc: qemu-devel@nongnu.org Developers; Sai Pavan Boddu; Peter Maydell;
> Peter Crosthwaite; Alistair Francis; Edgar Iglesias
> Subject: Re: [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/
>
> On Fri, Sep 4, 2015 at 12:12 AM, Sai Pavan Boddu
> <sai.pavan.boddu@xilinx.com> wrote:
> > For a easy creation of device directly form sdhci, without building a wrapper
> around.
>
> Can you fix the commit message?
>
> >
> > Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
> > ---
> > hw/sd/sdhci.c | 2 +-
> > {hw/sd => include/hw}/sdhci.h | 0
>
> Now that there are two SD related header filesI think we should create
> a sd folder under include/hw/ and move the sdhci.h file in there as
> well.
[Sai Pavan ] well that will be good. Will get that done in next V2.
Thanks,
Sai Pavan
>
> Otherwise I think this is a good idea.
>
> Thanks,
>
> Alistair
>
> > 2 files changed, 1 insertion(+), 1 deletion(-)
> > rename {hw/sd => include/hw}/sdhci.h (100%)
> >
> > diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
> > index e63367b..2469077 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/sdhci.h"
> >
> > /* host controller debug messages */
> > #ifndef SDHC_DEBUG
> > diff --git a/hw/sd/sdhci.h b/include/hw/sdhci.h
> > similarity index 100%
> > rename from hw/sd/sdhci.h
> > rename to include/hw/sdhci.h
> > --
> > 1.9.1
> >
> >
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-04 18:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 7:12 [Qemu-devel] [RFC PATCH] sdhci: Move sdhci.h to include/ Sai Pavan Boddu
2015-09-04 18:20 ` Alistair Francis
2015-09-04 18:26 ` Sai Pavan Boddu
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).