[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Modular qemu?
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] Modular qemu? |
Date: |
Fri, 5 Dec 2008 19:54:20 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Avi Kivity wrote:
> 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.
What problem would this solve?
Thiemo
- [Qemu-devel] Modular qemu?, Joop Boonen, 2008/12/05
- [Qemu-devel] Re: Modular qemu?, Jan Kiszka, 2008/12/05
- Re: [Qemu-devel] Modular qemu?, Anthony Liguori, 2008/12/05
- Re: [Qemu-devel] Modular qemu?, Avi Kivity, 2008/12/05
- Re: [Qemu-devel] Modular qemu?, Jun Koi, 2008/12/09
- Re: [Qemu-devel] Modular qemu?, Stefano Stabellini, 2008/12/09
- Re: [Qemu-devel] Modular qemu?, Avi Kivity, 2008/12/09