Posted Dec 4, 2011 11:49 UTC (Sun) by Jonno (subscriber, #49613)
In reply to: QEMU 1.0 released by MegabytePhreak
Parent article: QEMU 1.0 released
That is the general idea of Debian multiarch, and it already works, though not in the default configuration.
All you need to do is install a multi-arch enabled dpkg (default on Ubuntu 11.10, on Debian you still need to build from source), add the line "foreign-architecture armel" to /etc/dpkg/dpkg.cfg.d/multiarch, and install libgcc1:armel, libc6:armel, libstdc++6:armel, as well as any other shared libraries used by the application(s) you want to run (as well as qemu-user-static for your host architecture ofcourse).