From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUMBG-0007gG-3a for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:32:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUMBF-0005cG-1C for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:32:18 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:61542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUMBE-0005c8-R2 for qemu-devel@nongnu.org; Sun, 19 Dec 2010 11:32:16 -0500 Received: by wwi18 with SMTP id 18so2212338wwi.10 for ; Sun, 19 Dec 2010 08:32:16 -0800 (PST) Message-ID: <4D0E338C.7030209@gmail.com> Date: Sun, 19 Dec 2010 17:32:12 +0100 From: Stefano Bonifazi MIME-Version: 1.0 Subject: Re: [Qemu-devel] libqemu.a not made with version 0.13 References: <4D0E16B6.6040201@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 12/19/2010 05:10 PM, Blue Swirl wrote: > On Sun, Dec 19, 2010 at 2:29 PM, Stefano Bonifazi > wrote: >> Hi all! >> version 0.13 of qemu does not make libqemu.a >> Is this some choice of developers, or due to any problem? > The API provided by libqemu.a is not supported, so when the compile > system was improved so that libqemu.a was no longer needed, it was > decided to be dropped. This was during development of 0.11 I think. > > These days, the only supported interface for integrating QEMU with > other applications is QMP. Hi! Thank you! You saved me from a lot of useless work then! Is QMP some sort of server-client system? I mean the only way I might "control" qemu would be "remotely", isn't it? So is there no more way of building a new application with inside qemu-capabilities? I need to create an application that execute a PPC binary on a i386 host with some input, and get the result from that binary.. I thought I could use libqemu in some "user mode" way (i do not need the full system emulation) .. I can't simply call qemu-ppc, as I need everything to be in the same process .. I needed to do something like the qruncom test but with powerPC binaries .. What do you suggest? Thank you! Best Regards! Stefano B.