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
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
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
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:
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:
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
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