All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: arm: remove innaccurate statement about multiboot module path
@ 2014-02-05  9:12 Ian Campbell
  2014-02-05 10:32 ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2014-02-05  9:12 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, Ian Campbell, stefano.stabellini

It is the compatible string which matters, not the absolute path, and in any
case /chosen/module@N is more often used than /chosen/modules/module@N.

Reported-by: Fu Wei <fu.wei@linaro.org>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 docs/misc/arm/device-tree/booting.txt |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt
index 8da1e0b..07fde27 100644
--- a/docs/misc/arm/device-tree/booting.txt
+++ b/docs/misc/arm/device-tree/booting.txt
@@ -4,8 +4,7 @@ Dom0 kernel and ramdisk modules
 Xen is passed the dom0 kernel and initrd via a reference in the /chosen
 node of the device tree.
 
-Each node has the form /chosen/modules/module@<N> and contains the following
-properties:
+Each node contains the following properties:
 
 - compatible
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen: arm: remove innaccurate statement about multiboot module path
  2014-02-05  9:12 [PATCH] xen: arm: remove innaccurate statement about multiboot module path Ian Campbell
@ 2014-02-05 10:32 ` Julien Grall
  2014-02-05 10:36   ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2014-02-05 10:32 UTC (permalink / raw)
  To: Ian Campbell, xen-devel; +Cc: tim, stefano.stabellini



On 05/02/14 09:12, Ian Campbell wrote:
> It is the compatible string which matters, not the absolute path, and in any
> case /chosen/module@N is more often used than /chosen/modules/module@N.

I'm using /chosen/modules/module@N on my script :)

Is it for Xen 4.4?

>
> Reported-by: Fu Wei <fu.wei@linaro.org>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.gral@linaro.org>

-- 
Julien Grall

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen: arm: remove innaccurate statement about multiboot module path
  2014-02-05 10:32 ` Julien Grall
@ 2014-02-05 10:36   ` Ian Campbell
  2014-02-06 12:39     ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2014-02-05 10:36 UTC (permalink / raw)
  To: Julien Grall; +Cc: stefano.stabellini, tim, xen-devel

On Wed, 2014-02-05 at 10:32 +0000, Julien Grall wrote:
> 
> On 05/02/14 09:12, Ian Campbell wrote:
> > It is the compatible string which matters, not the absolute path, and in any
> > case /chosen/module@N is more often used than /chosen/modules/module@N.
> 
> I'm using /chosen/modules/module@N on my script :)

I knew I'd regret making that statement ;-)

> 
> Is it for Xen 4.4?

I don't see any reason to hold off on docs improvements.

> 
> >
> > Reported-by: Fu Wei <fu.wei@linaro.org>
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> Acked-by: Julien Grall <julien.gral@linaro.org>

Thanks,
Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen: arm: remove innaccurate statement about multiboot module path
  2014-02-05 10:36   ` Ian Campbell
@ 2014-02-06 12:39     ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-02-06 12:39 UTC (permalink / raw)
  To: Julien Grall; +Cc: xen-devel, tim, stefano.stabellini

On Wed, 2014-02-05 at 10:36 +0000, Ian Campbell wrote:
> On Wed, 2014-02-05 at 10:32 +0000, Julien Grall wrote:
> > 
> > On 05/02/14 09:12, Ian Campbell wrote:
> > > It is the compatible string which matters, not the absolute path, and in any
> > > case /chosen/module@N is more often used than /chosen/modules/module@N.
> > 
> > I'm using /chosen/modules/module@N on my script :)
> 
> I knew I'd regret making that statement ;-)
> 
> > 
> > Is it for Xen 4.4?
> 
> I don't see any reason to hold off on docs improvements.
> 
> > 
> > >
> > > Reported-by: Fu Wei <fu.wei@linaro.org>
> > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> > Acked-by: Julien Grall <julien.gral@linaro.org>
> 

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-06 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05  9:12 [PATCH] xen: arm: remove innaccurate statement about multiboot module path Ian Campbell
2014-02-05 10:32 ` Julien Grall
2014-02-05 10:36   ` Ian Campbell
2014-02-06 12:39     ` Ian Campbell

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.