From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lgln7-0007g8-0S for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:09:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lgln4-0007bj-6u for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:09:35 -0400 Received: from [199.232.76.173] (port=36158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lgln4-0007bC-0z for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:09:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:2653) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lgln3-00075Z-Kf for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:09:33 -0400 Received: from mail-ew0-f173.google.com ([209.85.219.173]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LggPm-0005v4-VN for qemu-devel@nongnu.org; Mon, 09 Mar 2009 10:25:11 -0400 Received: by ewy21 with SMTP id 21so747929ewy.34 for ; Mon, 09 Mar 2009 07:23:09 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 9 Mar 2009 15:23:09 +0100 Message-ID: <42c6aeaf0903090723tb8a9a52n3b826032c4e3129b@mail.gmail.com> From: Gioacchino Mendola Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] use monitor 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 Hello everyone, this is my first mail about qemu-devel and hope that my question is not be trivial! I would like to write a simple program that invoke the qemu monitor. Exactly i would pass the input date to pmemsave function. Which is the right method to do this? Thanks in advice GM