From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISE3N-0006M3-8x for qemu-devel@nongnu.org; Mon, 03 Sep 2007 11:41:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISE3L-0006J6-FW for qemu-devel@nongnu.org; Mon, 03 Sep 2007 11:41:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISE3L-0006Io-7y for qemu-devel@nongnu.org; Mon, 03 Sep 2007 11:41:27 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISE3K-0001Qt-Qx for qemu-devel@nongnu.org; Mon, 03 Sep 2007 11:41:27 -0400 Received: by nf-out-0910.google.com with SMTP id d21so1580414nfb for ; Mon, 03 Sep 2007 08:41:25 -0700 (PDT) Message-ID: Date: Mon, 3 Sep 2007 18:41:21 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] Patches from PyQemu project In-Reply-To: <1aa37d910709020650v7c491985r761886db64435ac0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1aa37d910709020650v7c491985r761886db64435ac0@mail.gmail.com> 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, maria.zabolotnaya@gmail.com On 9/2/07, Maria Zabolotnaya wrote: > 2-qemu-mplugin.patch > Add -mplugin switch to allow loading of shared library and registering a > machine declared in it. Sorry to ruin your GSoC project, but the plugin system was discussed last year, please see this thread: http://thread.gmane.org/gmane.comp.emulators.qemu/14341/focus=14473 > 4-qemu-no-statics.patch > Remove static declaration from some QEMU symbols, so they were exported from shared > library. I don't think this API is worth supporting in the future.