qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Modular qemu?


From: Avi Kivity
Subject: Re: [Qemu-devel] Modular qemu?
Date: Fri, 05 Dec 2008 20:19:37 +0200
User-agent: Thunderbird 2.0.0.18 (X11/20081119)

Anthony Liguori wrote:
Plugins are not the solution though.

What about non-plugin dlopen()? Right now building qemu (with all options enabled) requires a large amount of libraries, hence a lot of dependencies. For example, a server setup that will only be used with -vnc needs to have SDL installed. This will only get worse with opengl support.

I'm thinking of something similar to linux kernel modules: no backward compatible ABI, simply load-on-demand functionality that can be packaged separately to reduce dependencies. With kvm integrated, we could even make the cpu emulator an optional loadable module.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]