Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread Ian Campbell
On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: > George Dunlap (6): > libxl: Make local_initiate_attach more rational > libxl: Remove linux udev rules > tools: Add a block-tap script for setting up tapdisks via tap-ctl [...snip 2 patches...] > libxl: Add more logging to hotplug s

Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread Ian Campbell
On Tue, 2015-07-07 at 15:59 +0100, George Dunlap wrote: > On 07/07/2015 03:52 PM, Ian Campbell wrote: > > On Tue, 2015-07-07 at 15:24 +0100, George Dunlap wrote: > >> On 07/07/2015 03:21 PM, Ian Campbell wrote: > >>> On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: > >>> > George Dunlap

Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread George Dunlap
On 07/07/2015 03:52 PM, Ian Campbell wrote: > On Tue, 2015-07-07 at 15:24 +0100, George Dunlap wrote: >> On 07/07/2015 03:21 PM, Ian Campbell wrote: >>> On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: >>> George Dunlap (6): libxl: Make local_initiate_attach more rational

Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread Ian Campbell
On Tue, 2015-07-07 at 15:24 +0100, George Dunlap wrote: > On 07/07/2015 03:21 PM, Ian Campbell wrote: > > On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: > > > >> George Dunlap (6): > >> libxl: Make local_initiate_attach more rational > >> libxl: Remove linux udev rules > >> tools:

Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread George Dunlap
On 07/07/2015 03:21 PM, Ian Campbell wrote: > On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: > >> George Dunlap (6): >> libxl: Make local_initiate_attach more rational >> libxl: Remove linux udev rules >> tools: Add a block-tap script for setting up tapdisks via tap-ctl >> libxl:

Re: [Xen-devel] [PATCH 0/6] Use system blktap

2015-07-07 Thread Ian Campbell
On Mon, 2015-07-06 at 11:51 +0100, George Dunlap wrote: > George Dunlap (6): > libxl: Make local_initiate_attach more rational > libxl: Remove linux udev rules > tools: Add a block-tap script for setting up tapdisks via tap-ctl > libxl: Use the block-tap script for LIBXL_DISK_BACKEND_TAP

[Xen-devel] [PATCH 0/6] Use system blktap

2015-07-06 Thread George Dunlap
Switch to using a blktap provided by the system, rather than building it in-tree. Do this by adding a block-tap script which calls the tap-ctl binary, rather than linking against a library. This requires the use of an externally-built tap-ctl binary, which an be built from the master branch of th