qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 24/25] Add a fallback bios file search, if -L fa


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 24/25] Add a fallback bios file search, if -L fails.
Date: Fri, 14 Sep 2012 09:09:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]