[Qemu-devel] [Bug 1233225] Re: mips/mipsel linux user float division problem

2013-10-02 Thread Johannes Schauer
For system emulation I used the default which is malta. cheers, josch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1233225 Title: mips/mipsel linux user float division problem Status in QEMU:

[Qemu-devel] [Bug 1233225] [NEW] mips/mipsel linux user float division problem

2013-09-30 Thread Johannes Schauer
Public bug reported: Hi, I tested the following with the qemu git HEAD as of 2013-09-30 on Debian stable and testing. My host runs amd64 but I also tried this out inside a i386 chroot with the same result. The problem occurs for mips and mipsel. Given the following program: #include int main(in

[Qemu-devel] [Bug 1013888] Re: windows xp sp3 setup blank screen on boot

2012-08-08 Thread Johannes Schauer
The bug also applies to Debian Qemu 1.1.0 Adding the changes of commit c52acf60b6c12ff5eb58eb6ac568c159ae0c8737 on top of the 1.1.0 Debian package fixes the issue. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpa

[Qemu-devel] [PATCH] introduce environment variables for all qemu-user options

2011-08-05 Thread Johannes Schauer
Rework option parsing code for linux-user in a table-driven manner to allow environment variables for all commandline options. Also generate usage() output from option table. Fix complains from checkpatch.pl, also have envlist global Signed-off-by: Johannes Schauer --- linux-user/main.c

[Qemu-devel] [PATCH] introduce environment variables for all qemu-user options

2011-07-31 Thread Johannes Schauer
Rework option parsing code for linux-user in a table-driven manner to allow environment variables for all commandline options. Also generate usage() output from option table. Signed-off-by: Johannes Schauer --- linux-user/main.c | 518 ++--- 1

[Qemu-devel] Bug#636035: qemu-user: init_paths() doesnt guard against recursive link cycles

2011-07-30 Thread Johannes Schauer
Package: qemu-user Version: 0.14.1+dfsg-3 Severity: normal Hi, when a symbolic or hardlink which creates a recursive cycle exists in the directory specified as the elf interpreter prefix (default=/etc/qemu-binfmt//), qemu-user will recursively traverse this path and never finish (eating tons of m

Re: [Qemu-devel] Bug#632192: [PATCH] add QEMU_LD_PREFIX environment variable

2011-07-29 Thread Johannes Schauer
On Fri, Jul 29, 2011 at 05:52:50AM -0700, Vagrant Cascadian wrote: > setting up a wrapper makes trivial cross-architecture chroots harder > as you'll have to copy two binaries into the chroot, and i'm not sure > if it would work at all, as the wrapper will need to somehow emulate > it's own interpr

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

2011-07-28 Thread Johannes Schauer
Hi, On Thu, Jul 28, 2011 at 11:41:09AM +0300, Riku Voipio wrote: > On Sat, Jul 23, 2011 at 07:47:49AM +0200, josch wrote: > > This could be avoided by setting the proposed environment variable > > QEMU_LD_PREFIX to the just > > created debian rootfs. As mentioned earlier, the usage of the -L opti

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

2011-07-06 Thread Johannes Schauer
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 Johannes Schauer (1

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

2011-07-06 Thread 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 @@ int main(int argc, char

[Qemu-devel] utimensat trouble on mips

2011-07-05 Thread Johannes Schauer
Hi, I am following up on threads started here [1] and here [2]. I'm not subscribed to qemu-devel so please dont forget to CC me. About a year ago, Kenneth Johansson reported [1], that trying to do a debian debootstrap using qemu user emulation will fail due to the following error: /bin/tar: ./po