[Qemu-devel] [PATCH 03/19] linux-user: add open() hijack infrastructure

2012-02-03 Thread riku . voipio
From: Alexander Graf There are a number of files in /proc that expose host information to the guest program. This patch adds infrastructure to override the open() syscall for guest programs to enable us to on the fly generate guest sensible files. Signed-off-by: Alexander Graf Signed-off-by: Ri

[Qemu-devel] [PATCH 03/19] linux-user: add open() hijack infrastructure

2012-01-31 Thread riku . voipio
From: Alexander Graf There are a number of files in /proc that expose host information to the guest program. This patch adds infrastructure to override the open() syscall for guest programs to enable us to on the fly generate guest sensible files. Signed-off-by: Alexander Graf Signed-off-by: Ri