From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi3vI-0006fO-9b for qemu-devel@nongnu.org; Fri, 02 Oct 2015 13:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi3vG-0003XY-W3 for qemu-devel@nongnu.org; Fri, 02 Oct 2015 13:15:07 -0400 References: <1443705214-9304-1-git-send-email-kwolf@redhat.com> <1443705214-9304-8-git-send-email-kwolf@redhat.com> From: Max Reitz Message-ID: <560EBB92.1030100@redhat.com> Date: Fri, 2 Oct 2015 19:14:58 +0200 MIME-Version: 1.0 In-Reply-To: <1443705214-9304-8-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="p7kNVf3E745x5H2M4FIiqWiXC2uUVALkp" Subject: Re: [Qemu-devel] [PATCH v2 07/16] block: Convert bs->backing_hd to BdrvChild List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: jcody@redhat.com, berto@igalia.com, armbru@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --p7kNVf3E745x5H2M4FIiqWiXC2uUVALkp Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 01.10.2015 15:13, Kevin Wolf wrote: > This is the final step in converting all of the BlockDriverState > pointers that block drivers use to BdrvChild. >=20 > After this patch, bs->children contains the full list of child nodes > that are referenced by a given BDS, and these children are only > referenced through BdrvChild, so that updating the pointer in there is > enough for changing edges in the graph. >=20 > Signed-off-by: Kevin Wolf > --- > block.c | 116 +++++++++++++++++++++++++-------------= -------- > block/io.c | 24 +++++----- > block/mirror.c | 6 +-- > block/qapi.c | 8 ++-- > block/qcow.c | 4 +- > block/qcow2-cluster.c | 4 +- > block/qcow2.c | 6 +-- > block/qed.c | 12 ++--- > block/stream.c | 8 ++-- > block/vmdk.c | 21 +++++---- > block/vvfat.c | 6 +-- > blockdev.c | 4 +- > include/block/block_int.h | 12 +++-- > qemu-img.c | 4 +- > 14 files changed, 125 insertions(+), 110 deletions(-) Reviewed-by: Max Reitz --p7kNVf3E745x5H2M4FIiqWiXC2uUVALkp 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 iQEcBAEBCAAGBQJWDruSAAoJEDuxQgLoOKytTzIH/iQlU1hGaXQjGkyI9D/0UQs2 k/zYJRElt5wpc+0/Anb/sLC+YrMpNlxDSlJNcIStuMBY9WNIq+ff0SMR2mnS0Ut6 5ydFYtzKA6k4D/7tIOzY6DwmzNobvAPiv8PKFhqW021RAgB3aORCdxKnFtKH8+LF 33hDD5ZlWcKLUg3w6Hf46tZH4gTX70AwFmQvfwa5q0/va13Od8eVLqSsFCg+DWLs 8lDLhcTAXThNNm7YH679mCSlI29MHecV1NFjaRkzecFUOHuQ1GusrEX8UK77k1sU wVn6eCEjSjbTDZxPRYOI/KYgrZeQ752t+BxdYPfHSzwZm6AWnStkDCBiPZyY7NY= =QROW -----END PGP SIGNATURE----- --p7kNVf3E745x5H2M4FIiqWiXC2uUVALkp--