[Qemu-devel] Is it possible to use qemu to call a non-native library?

2010-10-28 Thread Face Clock
I am new to QEMU and have a question. I know QEMU can be used to run a program (user mode emulation) or boot a system (full system emulation). But can I use QEMU to load from a program a shared library (such as .so file in linux) which was built for a different CPU target? For instance, I have

Re: [Qemu-devel] Is it possible to use qemu to call a non-native library?

2010-10-28 Thread Stefan Hajnoczi
On Thu, Oct 28, 2010 at 9:30 AM, Face Clock facecl...@gmail.com wrote: I am new to QEMU and have a question. I know QEMU can be used to run a program (user mode emulation) or boot a system (full system emulation). But can I use QEMU to load from a program a shared library (such as .so file in