From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGD6f-0008SB-G5 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 15:51:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGD6c-0000hG-Bg for qemu-devel@nongnu.org; Tue, 27 Jan 2015 15:51:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGD6c-0000h7-2w for qemu-devel@nongnu.org; Tue, 27 Jan 2015 15:51:26 -0500 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 (8.14.4/8.14.4) with ESMTP id t0RKpO7j003360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 27 Jan 2015 15:51:25 -0500 Message-ID: <54C7FA4A.4020004@redhat.com> Date: Tue, 27 Jan 2015 13:51:22 -0700 From: Eric Blake MIME-Version: 1.0 References: <1422387983-32153-1-git-send-email-mreitz@redhat.com> <1422387983-32153-13-git-send-email-mreitz@redhat.com> In-Reply-To: <1422387983-32153-13-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VrshCGgnsavojxkJMit3rLVulWIna9BXC" Subject: Re: [Qemu-devel] [PATCH RESEND 12/50] block: Move I/O status and error actions into BB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , Jeff Cody , Markus Armbruster , Stefan Hajnoczi , John Snow This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VrshCGgnsavojxkJMit3rLVulWIna9BXC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/27/2015 12:45 PM, Max Reitz wrote: > These options are only relevant for the user of a whole BDS tree (like = a > guest device or a block job) and should thus be moved into the > BlockBackend. >=20 > Signed-off-by: Max Reitz > --- > block.c | 125 ---------------------------------= -------- > block/backup.c | 17 ++++-- > block/block-backend.c | 116 +++++++++++++++++++++++++++++++++= +++-- > block/commit.c | 3 +- > block/mirror.c | 17 ++++-- > block/qapi.c | 4 +- > block/stream.c | 3 +- > blockdev.c | 6 +- > blockjob.c | 5 +- > include/block/block.h | 11 ---- > include/block/block_int.h | 6 -- > include/sysemu/block-backend.h | 7 +++ > qmp.c | 6 +- > 13 files changed, 158 insertions(+), 168 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --VrshCGgnsavojxkJMit3rLVulWIna9BXC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJUx/pKAAoJEKeha0olJ0NqmekH/j5UDrIicANfGU/TSQC3591d g8dbgY4eiM5wlaHpFK/HqWEY/EwH4wegRlKtmuGH0lQiUN0dqIVIInyp+tQdz0hR rmGIN0Bq2bpQl4cLCDgvWHfKDOF3cs2uK0IQhl0/ivXGroLJMMuI++Z1vPzQ+1W9 19OFmjyAfMe5CVj8xNyQyF9QKWCa/lrAeMWhIfbV2L24FN/mfoE3iXqswd/oTcoz 2V1REDwSlP3eYkuLulwtrQj0t3wmi1Z4i6/I5VnJy7fXIsgH6FfYlHNbWRMeOw6x M0rhqQHoQ2Z4cjN8cXmTOG9Gqbtme47HgB1nIsb6ZSdFraGiB1CcY+aU8n/cqMc= =Xg5R -----END PGP SIGNATURE----- --VrshCGgnsavojxkJMit3rLVulWIna9BXC--