mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qemu/osdep: Remove the need for qemu_init_auxval
Instead of getting backup auxv data from the env pointer given to main, read it from /proc/self/auxv. We can do this at any time, so we're not tied to any ordering wrt a call to qemu_init_auxval from main. Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
40d964b563
commit
2b45c3f500
4 changed files with 39 additions and 26 deletions
1
vl.c
1
vl.c
|
@ -2974,7 +2974,6 @@ int main(int argc, char **argv, char **envp)
|
|||
|
||||
rtc_clock = QEMU_CLOCK_HOST;
|
||||
|
||||
qemu_init_auxval(envp);
|
||||
qemu_cache_utils_init();
|
||||
|
||||
QLIST_INIT (&vm_change_state_head);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue