From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlgOM-0003Gr-H5 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 12:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlgOI-0005g1-Ll for qemu-devel@nongnu.org; Mon, 12 Oct 2015 12:56:06 -0400 References: <1444392941-28704-1-git-send-email-kwolf@redhat.com> <1444392941-28704-8-git-send-email-kwolf@redhat.com> From: Max Reitz Message-ID: <561BE618.2030100@redhat.com> Date: Mon, 12 Oct 2015 18:55:52 +0200 MIME-Version: 1.0 In-Reply-To: <1444392941-28704-8-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DBqbIJcke1fXosE9P0gMSAiUgKmjh8KbO" Subject: Re: [Qemu-devel] [PATCH v3 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: famz@redhat.com, jcody@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, berto@igalia.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DBqbIJcke1fXosE9P0gMSAiUgKmjh8KbO Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 09.10.2015 14:15, 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 | 105 +++++++++++++++++++++++---------------= -------- > 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, 115 insertions(+), 109 deletions(-) Reviewed-by: Max Reitz --DBqbIJcke1fXosE9P0gMSAiUgKmjh8KbO 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 iQEcBAEBCAAGBQJWG+YYAAoJEDuxQgLoOKytiCwH/julK0eNgi5WnRIoVK3JkmQs RuCleCLMoulg5LWggJyD/WJcJYsu7Xx+Tr3sDFVQYoTaoci144UqAk0Czog1BDAi sXCHZ0gupw85jhCMGaRrDDavuH3ObAKv0FfS7vk6KaGf4zooBhzmPvAcVuqpehaq aTxE9WI5SHLvk33MOTSAIeCO0UvqKj0fIMLcw6wR3f65yRqv7ftGxPsJvMP4rBeq v/4so65q7KH5e4sCFYqnTBw3f3FdLWKWrmCvuXidv2zgTa2k8xQwH8BE24hlrgCs qw5DlH4wFIZZpme/fAlO6WH13OS5lNZm+TicY5pJT+9R27tXsz/9T9zl2+zKiKQ= =ZqjK -----END PGP SIGNATURE----- --DBqbIJcke1fXosE9P0gMSAiUgKmjh8KbO--