Re: [Xen-devel] [PATCH v4 32/33] xl: Add new option dtdev

2015-03-31 Thread Ian Campbell
On Thu, 2015-03-19 at 19:29 +, Julien Grall wrote: > The option "dtdev" will be used to passthrough a non-PCI device described s/non-PCI/device tree/ or just drop it. > in the device tree to a guest. > > Signed-off-by: Julien Grall > Cc: Ian Jackson > Cc: Wei Liu Acked-by: Ian Campbell

[Xen-devel] [PATCH v4 32/33] xl: Add new option dtdev

2015-03-19 Thread Julien Grall
The option "dtdev" will be used to passthrough a non-PCI device described in the device tree to a guest. Signed-off-by: Julien Grall Cc: Ian Jackson Cc: Wei Liu --- Changes in v4: - Typoes in the documentation - Wrap the line in xl_cmdimpl.c Changes in v2: - li