Re: [Xen-devel] [PATCH RFC v2 2/3] libxl: Port libxl_blktap2.c to blktap2.5 API.

2015-04-16 Thread Ian Jackson
George Dunlap writes ("[PATCH RFC v2 2/3] libxl: Port libxl_blktap2.c to blktap2.5 API."): > This is code is in preparation for building against an external blktap > tree. (NB I'm not really familiar with the tapdisk API. I guess we'll want an ack from some blktap2.5 person ?) > +static int ta

[Xen-devel] [PATCH RFC v2 2/3] libxl: Port libxl_blktap2.c to blktap2.5 API.

2015-04-16 Thread George Dunlap
This is code is in preparation for building against an external blktap tree. tap_ctl_find() has gone away, so in some cases we use tap_ctl_find_minor(), and in other cases we use a locally-reimplemented version of tap_ctl_find(). tap_ctl_create() has an extra three parameters, including a flags p