Re: [Qemu-devel] [PATCH 0/5] linux-user: fake some /proc/self entries

2011-11-03 Thread Alexander Graf
On 03.11.2011, at 03:47, Riku Voipio wrote: > On Wed, Nov 02, 2011 at 08:23:21PM +0100, Alexander Graf wrote: >> When running linux-user programs in QEMU, the guest program can examine >> itself by checking /proc/self/ files. And some libraries really do use >> this! >> >> Unfortunately, when c

Re: [Qemu-devel] [PATCH 0/5] linux-user: fake some /proc/self entries

2011-11-03 Thread Riku Voipio
On Wed, Nov 02, 2011 at 08:23:21PM +0100, Alexander Graf wrote: > When running linux-user programs in QEMU, the guest program can examine > itself by checking /proc/self/ files. And some libraries really do use > this! > > Unfortunately, when checking /proc/self/ today, the guest program sees > th

[Qemu-devel] [PATCH 0/5] linux-user: fake some /proc/self entries

2011-11-02 Thread Alexander Graf
When running linux-user programs in QEMU, the guest program can examine itself by checking /proc/self/ files. And some libraries really do use this! Unfortunately, when checking /proc/self/ today, the guest program sees the QEMU files, exposing wrong information to the guest program. This patch s