From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY3rP-0003Ip-Jc for qemu-devel@nongnu.org; Tue, 06 Dec 2011 17:51:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RY3rO-000309-MK for qemu-devel@nongnu.org; Tue, 06 Dec 2011 17:51:39 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:57576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY3rO-000300-JB for qemu-devel@nongnu.org; Tue, 06 Dec 2011 17:51:38 -0500 Received: by iafj26 with SMTP id j26so778976iaf.4 for ; Tue, 06 Dec 2011 14:51:37 -0800 (PST) Message-ID: <4EDE9C76.8010906@codemonkey.ws> Date: Tue, 06 Dec 2011 16:51:34 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20111205222208.31271.65662.stgit@ginnungagap.bsc.es> <20111205222225.31271.1747.stgit@ginnungagap.bsc.es> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 1/5] backdoor: Add documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Zhi Yong Wu , =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= , qemu-devel@nongnu.org On 12/06/2011 04:36 PM, Peter Maydell wrote: > 2011/12/5 LluĂ­s Vilanova: >> +3. Build QEMU with the backdoor feature: >> + >> + /path/to/qemu/configure --with-backdoor=/tmp/my-backdoor-qemu > > If we want to do this wouldn't it make more sense to do it > by having qemu dynamically load a plugin DLL with a specified > ABI rather than having to compile the specific backdoor > handler into qemu proper? No way. If you want to implement a custom device, then send a proper patch. We're not adding hooks to let people add random things like this. Regards, Anthony Liguori > > -- PMM >