Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-02-24 Thread Ian Campbell
On Mon, 2015-02-23 at 22:03 +, Julien Grall wrote: > Hi Ian, > > On 23/02/2015 14:45, Ian Campbell wrote: > >> +is the absolute path in the device tree. > > > > Can it be an alias? > > Right now, no. But I can change it if you think it's useful. No need, I was just curious. _

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-02-23 Thread Julien Grall
Hi Ian, On 23/02/2015 14:45, Ian Campbell wrote: +is the absolute path in the device tree. Can it be an alias? Right now, no. But I can change it if you think it's useful. Regards, -- Julien Grall ___ Xen-devel mailing list Xen-devel@lists.xen.o

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-02-23 Thread Ian Campbell
On Tue, 2015-01-13 at 14:25 +, Julien Grall wrote: > 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 v2: > - libxl_device_dt has been

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-02-23 Thread Ian Campbell
On Thu, 2015-01-29 at 15:06 +, Stefano Stabellini wrote: > I don't think it is necessary to have two separate patches, but let's > see what the libxl maintainers have to say. For large changes having the split between introducing libxl side and then using it can be useful, but this change is s

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-29 Thread Stefano Stabellini
On Thu, 29 Jan 2015, Julien Grall wrote: > On 29/01/15 12:32, Stefano Stabellini wrote: > > On Thu, 29 Jan 2015, Julien Grall wrote: > >> Hi Stefano, > >> > >> On 29/01/15 11:18, Stefano Stabellini wrote: > >>> On Tue, 13 Jan 2015, Julien Grall wrote: > The option "dtdev" will be used to passt

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-29 Thread Julien Grall
On 29/01/15 12:32, Stefano Stabellini wrote: > On Thu, 29 Jan 2015, Julien Grall wrote: >> Hi Stefano, >> >> On 29/01/15 11:18, Stefano Stabellini wrote: >>> On Tue, 13 Jan 2015, Julien Grall wrote: The option "dtdev" will be used to passthrough a non-PCI device described in the device tr

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-29 Thread Stefano Stabellini
On Thu, 29 Jan 2015, Julien Grall wrote: > Hi Stefano, > > On 29/01/15 11:18, Stefano Stabellini wrote: > > On Tue, 13 Jan 2015, Julien Grall wrote: > >> The option "dtdev" will be used to passthrough a non-PCI device described > >> in the device tree to a guest. > > > > Actually didn't you add t

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-29 Thread Julien Grall
Hi Stefano, On 29/01/15 11:18, Stefano Stabellini wrote: > On Tue, 13 Jan 2015, Julien Grall wrote: >> The option "dtdev" will be used to passthrough a non-PCI device described >> in the device tree to a guest. > > Actually didn't you add the dtdev option to the idl in the previous > patch? You

Re: [Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-29 Thread Stefano Stabellini
On Tue, 13 Jan 2015, Julien Grall wrote: > The option "dtdev" will be used to passthrough a non-PCI device described > in the device tree to a guest. Actually didn't you add the dtdev option to the idl in the previous patch? You should probably move it to this one. > Signed-off-by: Julien Grall

[Xen-devel] [PATCH v3 24/24] xl: Add new option dtdev

2015-01-13 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 v2: - libxl_device_dt has been rename to libxl_device_dtdev - use xrealloc instead of realloc ---