]> xenbits.xensource.com Git - xen.git/commit
libxl: Have READ_LIBXLDEV use libxl_path rather than be_path
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 3 May 2016 14:40:18 +0000 (15:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 6 Jun 2016 15:24:41 +0000 (16:24 +0100)
commit7e42cb64bcf6cdfe679c04fede8fb6f45cf75a84
treedf225c716cb6eaaa2ebed7a2b3cdd4a429ec8c0e
parentc1f9a268b8ad4b1052843e10960b0d2bf3f702e2
libxl: Have READ_LIBXLDEV use libxl_path rather than be_path

Fix the just-introduced bug in this macro: now it reads the
trustworthy libxl_path.  Change the variable name in the two functions
(nic and channel) which use it.

Shuffling the bump in the carpet along, we now introduce three new
bugs: the three call sites pass a backend path where a frontend path
is expected.

No functional change.

This is part of XSA-178.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c