[Qemu-devel] [PATCH] add QEMU_LD_PREFIX environment variable

2011-07-22 Thread josch
setting the proposed environment variable QEMU_LD_PREFIX to the just created debian rootfs. As mentioned earlier, the usage of the -L option is not possible in this scenario because qemu-user is only implicitly called by the binfmt mechanism. Hopefully this change can be applied. thanks! cheers, josch

[Qemu-devel] [PATCH] add QEMU_LD_PREFIX environment variable

2011-07-22 Thread josch
From: Johannes Schauer Signed-off-by: Johannes Schauer --- linux-user/main.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/linux-user/main.c b/linux-user/main.c index 289054b..b590aa7 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2891,6 +2891,11 @@ i