All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH 0/1] Dom0less guest device tree format
@ 2019-07-06 18:02 Will Abele
  2019-07-06 18:02 ` [Xen-devel] [PATCH 1/1] xen/arm: Use "" instead of "/" for domU root node Will Abele
  2019-07-06 18:17 ` [Xen-devel] [PATCH 0/1] Dom0less guest device tree format Julien Grall
  0 siblings, 2 replies; 10+ messages in thread
From: Will Abele @ 2019-07-06 18:02 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org
  Cc: Julien Grall, Stefano Stabellini, Volodymyr Babchuk, Will Abele

From: Will Abele <will.abele@starlab.io>

Hi,

I've been using dom0less Xen on the Hikey 960 with a 4.14 Linux Kernel. I had
trouble getting the 4.14 Linux Kernel to boot as a dom0less domU because it was
misinterpreting the device tree version. Linux 4.14 and earlier interpret device
trees with a "/" in the root node as version 16. Xen produces a version 17
device tree, so the root node needs to be "" to work with 4.14 and earlier Linux
Kernels. Linux 4.15 and later assume that the version is 17, so this patch does
not have any impact.

Please let me know if you need any more information or have suggestions for
other ways to handle this.

Thanks,
Will

Will Abele (1):
  xen/arm: Use "" instead of "/" for domU root node.

 xen/arch/arm/domain_build.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1 (Apple Git-117)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-07-09 13:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-06 18:02 [Xen-devel] [PATCH 0/1] Dom0less guest device tree format Will Abele
2019-07-06 18:02 ` [Xen-devel] [PATCH 1/1] xen/arm: Use "" instead of "/" for domU root node Will Abele
2019-07-06 18:17 ` [Xen-devel] [PATCH 0/1] Dom0less guest device tree format Julien Grall
2019-07-06 18:19   ` Julien Grall
2019-07-06 21:10     ` Will Abele
2019-07-08  7:39       ` Viktor Mitin
2019-07-08 15:18       ` Julien Grall
2019-07-08 18:27         ` Will Abele
2019-07-08 22:28       ` Stefano Stabellini
2019-07-09 13:17         ` Will Abele

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.