]> xenbits.xensource.com Git - xen.git/commit
libxl: Rename libxl__device_nic_from_xs_be to _from_xenstore
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 4 May 2016 15:18:36 +0000 (16:18 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 6 Jun 2016 15:24:34 +0000 (16:24 +0100)
commit0eb5ef298605a6cbf3de1bf15eb1b9bc856066a9
tree456241679b4e3ccc70630fc692aa114562937a0a
parent98d7429a69e58b0cd58451b631ecfa4943feb590
libxl: Rename libxl__device_nic_from_xs_be to _from_xenstore

We are going to change these functions to expect, and be passed, a
/libxl path.  So it is wrong that they are called _from_xs_be.

Neither function reads anything which isn't found in both places, so
we can and will change the call sites later.

The only remaining function in libxl called *_from_xs_be relates to
PCI devices, for which the backend domain is hardcoded to 0 throughout
the libxl_pci.c.

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