[Qemu-devel] [PATCH 06/19] linux-user: fake /proc/self/auxv

2012-02-03 Thread riku . voipio
From: Alexander Graf Gtk tries to read /proc/self/auxv to find its auxv table instead of taking it from its own program memory space. However, when running with linux-user, we see the host's auxv which clearly exposes wrong information. so let's instead expose the guest memory backed auxv tables

[Qemu-devel] [PATCH 06/19] linux-user: fake /proc/self/auxv

2012-01-31 Thread riku . voipio
From: Alexander Graf Gtk tries to read /proc/self/auxv to find its auxv table instead of taking it from its own program memory space. However, when running with linux-user, we see the host's auxv which clearly exposes wrong information. so let's instead expose the guest memory backed auxv tables