commit | 3be14d05d45774b67398debe42e3bb5524998f4f | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Nov 02 20:23:23 2011 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Thu Feb 02 17:51:19 2012 +0200 |
tree | 838849287089f6368b1fb259726396f634362667 | |
parent | 125b0f55b63d11518f7d17480c795697c98b9bd3 [diff] |
linux-user: add open() hijack infrastructure 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 <agraf@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>