From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8gLE-00014J-LJ for qemu-devel@nongnu.org; Fri, 05 Dec 2008 14:27:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8gLD-000147-4E for qemu-devel@nongnu.org; Fri, 05 Dec 2008 14:27:55 -0500 Received: from [199.232.76.173] (port=49517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8gLC-000140-T4 for qemu-devel@nongnu.org; Fri, 05 Dec 2008 14:27:54 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:38643) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8gLC-00078V-Ke for qemu-devel@nongnu.org; Fri, 05 Dec 2008 14:27:54 -0500 Received: by qyk13 with SMTP id 13so266293qyk.10 for ; Fri, 05 Dec 2008 11:27:54 -0800 (PST) Message-ID: <493980B7.1010808@codemonkey.ws> Date: Fri, 05 Dec 2008 13:27:51 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Modular qemu? References: <3056442136ca43729c6a2aec02c038aa.squirrel@www.boonen.name> <49393B8D.40209@codemonkey.ws> <493970B9.3060807@redhat.com> <20081205185420.GA26481@networkno.de> <49397AC6.9070201@redhat.com> In-Reply-To: <49397AC6.9070201@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Avi Kivity wrote: > > You build qemu once, but with separate sub-packages: > > qemu > qemu-sdl > qemu-vnc > qemu-tcg > qemu-kvm Fair enough, but we're getting the cart before the horse. We need to have clean internal separations between these components before a shared library interface really matters. Note, this is really just dividing QEMU into shared libraries, it's not really a plugin mechanism. I'm less interested in the shared library bits (although I understand it's usefulness from a distro perspective) and more interested in being able to build out a lot of these things. Regards, Anthony Liguori