Re: [Xen-devel] [PATCH] libxl: Introduce a template for devices with a controller

2015-12-01 Thread Ian Campbell
On Tue, 2015-11-24 at 14:40 +, George Dunlap wrote: > We have several outstanding patch series which add devices that have > two levels: a controller and individual devices attached to that > controller. > > In the interest of consistency, this patch introduces a section that > sketches out a

Re: [Xen-devel] [PATCH] libxl: Introduce a template for devices with a controller

2015-11-25 Thread George Dunlap
On Wed, Nov 25, 2015 at 3:11 AM, Chun Yan Liu wrote: > > On 11/24/2015 at 10:40 PM, in message > <1448376011-20217-1-git-send-email-george.dun...@eu.citrix.com>, George Dunlap > wrote: >> We have several outstanding patch series which add devices that have >> two levels: a controller and ind

Re: [Xen-devel] [PATCH] libxl: Introduce a template for devices with a controller

2015-11-24 Thread Chun Yan Liu
>>> On 11/24/2015 at 10:40 PM, in message <1448376011-20217-1-git-send-email-george.dun...@eu.citrix.com>, George Dunlap wrote: > We have several outstanding patch series which add devices that have > two levels: a controller and individual devices attached to that > controller. > > In the

Re: [Xen-devel] [PATCH] libxl: Introduce a template for devices with a controller

2015-11-24 Thread Juergen Gross
On 24/11/15 15:40, George Dunlap wrote: > We have several outstanding patch series which add devices that have > two levels: a controller and individual devices attached to that > controller. > > In the interest of consistency, this patch introduces a section that > sketches out a template for int

[Xen-devel] [PATCH] libxl: Introduce a template for devices with a controller

2015-11-24 Thread George Dunlap
We have several outstanding patch series which add devices that have two levels: a controller and individual devices attached to that controller. In the interest of consistency, this patch introduces a section that sketches out a template for interfaces for such devices. Signed-off-by: George Dun