From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9d52-0008R8-6t for qemu-devel@nongnu.org; Mon, 08 Dec 2008 05:11:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9d50-0008Qc-3k for qemu-devel@nongnu.org; Mon, 08 Dec 2008 05:11:07 -0500 Received: from [199.232.76.173] (port=54291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9d4z-0008QX-RM for qemu-devel@nongnu.org; Mon, 08 Dec 2008 05:11:05 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:40900) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9d4z-0007ps-Go for qemu-devel@nongnu.org; Mon, 08 Dec 2008 05:11:05 -0500 Message-ID: <493CF3B5.8020506@eu.citrix.com> Date: Mon, 08 Dec 2008 10:15:17 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Modular qemu? References: <3056442136ca43729c6a2aec02c038aa.squirrel@www.boonen.name> <49393B8D.40209@codemonkey.ws> In-Reply-To: <49393B8D.40209@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 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 Anthony Liguori wrote: > This has been discussed before and I believe the overall consensus was > that plugins are not desirable. > > With respect to the various forks of QEMU, I believe the real problem is > that historically, people have had a tough time getting changes into > QEMU. This is not just a matter of getting patches accepted, but also > getting the appropriate guidance about how to refactor things to take > into account all of the various architecture combinations that QEMU > supports and some of the longer term efforts. > > I hope this situation is improving. If people have feedback in how > things could be improved, I think everyone is eager to here it. Plugins > are not the solution though. > I think that getting patches accepted (or at least reviewed) is far more important than plugins or shared libraries. >>From my point of view surely the situation has improved a lot recently on this aspect.