Re: [libvirt] [PATCH] libxl: fix unused functions

2016-08-15 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 14.08.2016 04:37, Roman Bogorodskiy wrote: > > Commit eee7bd4e introduced two functions: libxlDiskPathToID and > > libxlDiskSectorSize. > > > > However, as they're used only by code under #ifdef __linux__, > > on non-Linux platforms it results in errors similar to

Re: [libvirt] [PATCH] libxl: fix unused functions

2016-08-15 Thread Michal Privoznik
On 14.08.2016 04:37, Roman Bogorodskiy wrote: > Commit eee7bd4e introduced two functions: libxlDiskPathToID and > libxlDiskSectorSize. > > However, as they're used only by code under #ifdef __linux__, > on non-Linux platforms it results in errors similar to this: > > CC

[libvirt] [PATCH] libxl: fix unused functions

2016-08-13 Thread Roman Bogorodskiy
Commit eee7bd4e introduced two functions: libxlDiskPathToID and libxlDiskSectorSize. However, as they're used only by code under #ifdef __linux__, on non-Linux platforms it results in errors similar to this: CC libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo