mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00
osdep: Create qemu_getauxval and qemu_init_auxval
Abstract away dependence on a system implementation of getauxval. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
7dc65c02fe
commit
b6a3e690b4
5 changed files with 102 additions and 0 deletions
|
@ -3701,6 +3701,7 @@ int main(int argc, char **argv, char **envp)
|
|||
|
||||
module_call_init(MODULE_INIT_QOM);
|
||||
|
||||
qemu_init_auxval(envp);
|
||||
qemu_cache_utils_init(envp);
|
||||
|
||||
if ((envlist = envlist_create()) == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue