On Fri, Jan 06, 2012 at 01:01:55PM +0100, Matthias Urlichs wrote: > Package: qemu-user-static > Version: 1.0+dfsg-1 > Severity: important > Tags: upstream > > I am trying to run qemu to emulate an ARM chroot environment. > > qemu spews messages like > > qemu: Unsupported syscall: 341 > > to stderr. This makes qemu unuseable for any sort of interactive code. > Even running "apt-get dist-upgrade" in that chroot is near-impossible. > > Printing this sort of message should be controlled by a flag (or an > environment variable), and default to off. It's only of interest to > people who want to improve qemu, not users. >
I fully disagree. Missing syscall means that some syscall are simply ignore and not emulated. This is something that has to be fixed as soon as possible, as depending on the syscall it might be data corruption. In the case of syscall 341 in arm, it is implemented since version 0.14. Which version are you actually using? The bug report says 1.0+dfsg-1 for which the problem should not exist. -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

