From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55983 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM45v-0007Tg-U0 for qemu-devel@nongnu.org; Tue, 08 Jun 2010 15:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM45b-000251-7J for qemu-devel@nongnu.org; Tue, 08 Jun 2010 15:03:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40621) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM45b-00024R-06 for qemu-devel@nongnu.org; Tue, 08 Jun 2010 15:03:55 -0400 Date: Tue, 8 Jun 2010 16:03:44 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] Few Questions about QEMU JSON Message-ID: <20100608160344.1644ea33@redhat.com> In-Reply-To: <401786.40996.qm@web94915.mail.in2.yahoo.com> References: <401786.40996.qm@web94915.mail.in2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: akshay st Cc: qemu-devel@nongnu.org On Mon, 7 Jun 2010 10:20:47 +0530 (IST) akshay st wrote: > Hello, > Basically i want to seperate QEMU(Instruction translations, hardware emulation drivers etc...) and Simulators (UI,events etc...), Someone suggested me to use json mechanism. I want to understand more on json, can u please give me some insight,It there is any document or something it will be helpful. > Also is it possible to seperate QEMU and Simulator?If yes can we use JSON? Not sure if I got what you're trying to do, but you're probably talking about QMP. We have a web page: http://www.linux-kvm.org/page/MonitorProtocol It has some explanation and pointers to the README and spec files, also building latest git repo will bring the commands doc in QMP/qmp-commands.txt.