From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnXkM-0006NR-5e for qemu-devel@nongnu.org; Wed, 29 Apr 2015 15:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnXkH-0002qc-7W for qemu-devel@nongnu.org; Wed, 29 Apr 2015 15:34:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnXkH-0002pY-1t for qemu-devel@nongnu.org; Wed, 29 Apr 2015 15:34:09 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 55616AC7B6 for ; Wed, 29 Apr 2015 19:34:08 +0000 (UTC) Message-ID: <5541322E.1040803@redhat.com> Date: Wed, 29 Apr 2015 13:34:06 -0600 From: Eric Blake MIME-Version: 1.0 References: <1430334844-7015-1-git-send-email-jsnow@redhat.com> <1430334844-7015-4-git-send-email-jsnow@redhat.com> In-Reply-To: <1430334844-7015-4-git-send-email-jsnow@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LxupuhmGMd6VPVEf1Je4Q0WLVGLrhp8Sf" Subject: Re: [Qemu-devel] [PATCH v4 3/4] scripts: qmp-shell: add transaction subshell List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-devel@nongnu.org Cc: kchamart@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LxupuhmGMd6VPVEf1Je4Q0WLVGLrhp8Sf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/29/2015 01:14 PM, John Snow wrote: > Add a special processing mode to craft transactions. >=20 > By entering "transaction(" the shell will enter a special > mode where each subsequent command will be saved as a transaction > instead of executed as an individual command. >=20 > The transaction can be submitted by entering ")" on a line by itself. >=20 > As a side-effect of this patch, blank lines are now parsed as no-ops, > regardless of which shell mode you are in. >=20 > Signed-off-by: John Snow > --- > scripts/qmp/qmp-shell | 42 +++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 41 insertions(+), 1 deletion(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --LxupuhmGMd6VPVEf1Je4Q0WLVGLrhp8Sf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVQTIuAAoJEKeha0olJ0NqoIkH/je3FBrT2/Coa/nqq4l1F89y HsQdCvMep26TmptWc0gOhnlcZcwzJXGxUFDhzU0OA8BL79hr7QYRWZobevgD3lud Xm7uR5OqRppwYhSC+xHAHMembSgBEGUzJWgBoXLeCQ9OZhPI9Y0FdiJP84OhHT9r Jra+6uUbYBDwKwb6dHuNt6D7GxcUThvr/yDx/7kOS7iEBRTbAbd3ywvliN94qNYU h8+wKxiiZSssP6yzKLKAXB+6aq73EDMJA2xGxbxLkIEdYEuZJYTVQGza0rZR8RQy hl5bv04bEoCaiW5Sl/5ubjkti0/W2H554keymI96Bm+KV1HzjPH+EGSDP6WU4Pg= =4/K7 -----END PGP SIGNATURE----- --LxupuhmGMd6VPVEf1Je4Q0WLVGLrhp8Sf--