Il 13/09/2012 22:12, Jason Baron ha scritto: > If -L <dir> is specified, and qemu does not find the bios file in <dir>, then > the search fails. Add infrastructure such that the search will continue in > the default paths, if not found in the -L path. > > Signed-off-by: Jason Baron <jba...@redhat.com>
What is this useful for? > +static char *__qemu_find_file(int type, const char *name, const char *dir) No __ names in userspace, use qemu_find_file_in_dir. Paolo