All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Julien Grall <julien.grall@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>,
	tim@xen.org, Julien Grall <julien.grall@linaro.org>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	stefano.stabellini@citrix.com, xen-devel@lists.xenproject.org
Subject: Re: [PATCH v9 1/6] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt
Date: Tue, 19 May 2015 12:03:20 +0100	[thread overview]
Message-ID: <1432033400.12989.69.camel@citrix.com> (raw)
In-Reply-To: <555B12E2.70906@citrix.com>

On Tue, 2015-05-19 at 11:39 +0100, Julien Grall wrote:
> Hi,
> 
> On 13/05/2015 19:33, Julien Grall wrote:
> > +#ifndef LIBXL_LIBFDT_COMPAT_H
> > +#define LIBXL_LIBFDT_COMPAT_H
> > +
> > +#if !HAVE_DECL_FDT_FIRST_SUBNODE
> > +int fdt_first_subnode(const void *fdt, int offset);
> > +#endif
> > +
> > +#if !HAVE_DECL_FDT_NEXT_SUBNODE
> > +int fdt_next_subnode(const void *fdt, int offset);
> > +#endif
> > +
> > +#endif
> 
> I've just noticed that I forgot to hide the 2 new functions as suggested 
> by Ian.
> 
> I can resend this series or send a follow-up.

Perhaps just send an update of this one patch?

> 
> Regards,
> 

  reply	other threads:[~2015-05-19 11:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13 18:33 [PATCH v9 0/6] xen/arm: Add support for non-PCI passthrough Julien Grall
2015-05-13 18:33 ` [PATCH v9 1/6] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt Julien Grall
2015-05-19 10:39   ` Julien Grall
2015-05-19 11:03     ` Ian Campbell [this message]
2015-05-19 16:07       ` Julien Grall
2015-05-20 12:59   ` Julien Grall
2015-05-21 14:13     ` Ian Campbell
2015-05-21 14:25       ` Julien Grall
2015-05-21 14:42         ` Ian Campbell
2015-05-13 18:33 ` [PATCH v9 2/6] tools/(lib)xl: Add partial device tree support for ARM Julien Grall
2015-05-13 18:33 ` [PATCH v9 3/6] tools/libxl: arm: Use an higher value for the GIC phandle Julien Grall
2015-05-13 18:33 ` [PATCH v9 4/6] libxl: Add support for Device Tree passthrough Julien Grall
2015-05-13 18:33 ` [PATCH v9 5/6] xl: Add new option dtdev Julien Grall
2015-05-13 18:33 ` [PATCH v9 6/6] docs/misc: arm: Add documentation about Device Tree passthrough Julien Grall
2015-05-21 14:49 ` [PATCH v9 0/6] xen/arm: Add support for non-PCI passthrough Ian Campbell

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=1432033400.12989.69.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=julien.grall@citrix.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.