[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 3] blktap3/libxl: Check whether blktap3 is available
Thanos Makatos writes ("[Xen-devel] [PATCH 2 of 3] blktap3/libxl: Check whether blktap3 is available"): > This patch implements function libxl__blktap3_enabled, the equivalent of the > existing libxl__blktap_enabled for blktap2. The checks performed are rather > simple and should be extended. ... > +/* FIXME get the tapback name from blktap3 instead of hard-coding */ > +#define TAPBACK_NAME "tapback" > +#define CMD "pidof " TAPBACK_NAME I'm afraid I'm fundamentally unhappy with this approach to detecting the availability of blktap3. Searching the process table for process with particular names is not a good idea. Can't you try to connect to its control socket ? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |