From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50204 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBpwf-000518-Cl for qemu-devel@nongnu.org; Fri, 29 Oct 2010 10:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBpwd-0006rE-DE for qemu-devel@nongnu.org; Fri, 29 Oct 2010 10:28:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBpwd-0006r4-5d for qemu-devel@nongnu.org; Fri, 29 Oct 2010 10:28:39 -0400 From: Luiz Capitulino Date: Fri, 29 Oct 2010 12:28:31 -0200 Message-Id: <1288362514-31407-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v1 0/3]: QMP: Human Monitor passthrough List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, armbru@redhat.com Simple example: -> { "execute": "hmp_passthrough", "arguments": { "command-line": "print /i 10+25" } } <- { "return": "35\r\n" } Please, check individual patches for details. Also note that this series depends on the script improvements one. Thanks.