[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 05/14] libxl: Load guest BIOS from file
>>> On 22.06.16 at 19:15, <anthony.perard@xxxxxxxxxx> wrote: > --- a/tools/libxl/libxl_paths.c > +++ b/tools/libxl/libxl_paths.c > @@ -35,6 +35,16 @@ const char *libxl__run_dir_path(void) > return XEN_RUN_DIR; > } > > +const char *libxl__seabios_path(void) > +{ > + return SEABIOS_PATH; > +} > + > +const char *libxl__ovmf_path(void) > +{ > + return OVMF_PATH; > +} With an earlier version of this series pulled into one of our branches, I've run into a problem with this: The paths you return here are the configured paths, and that's intended. Yet it breaks running the tools out of the build area (i.e. without any "make install"), which so far has been working fine (as apparently in all other relevant cases where paths are needed, relative ones are being used), and which I much prefer over the hassle of scattering around half a dozen of different Xen tools versions in custom directories under, say, /usr/local. I guess if I'm the only one using this, I'll have to find my own local solution for this, but of course I'd prefer for this currently working case not to get broken. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |