From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI1H7-0000EZ-OB for qemu-devel@nongnu.org; Thu, 14 Aug 2014 16:05:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XI1H1-0002bM-8a for qemu-devel@nongnu.org; Thu, 14 Aug 2014 16:05:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI1H0-0002ae-Vd for qemu-devel@nongnu.org; Thu, 14 Aug 2014 16:05:23 -0400 Date: Thu, 14 Aug 2014 21:05:19 +0100 From: Stefan Hajnoczi Message-ID: <20140814200519.GD27302@stefanha-thinkpad.redhat.com> References: <1407756466-30198-1-git-send-email-maria.k@catit.be> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rqzD5py0kzyFAOWN" Content-Disposition: inline In-Reply-To: <1407756466-30198-1-git-send-email-maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH V3] layout: Reduce number of generator functions in __init__ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Kustova Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, Maria Kustova --rqzD5py0kzyFAOWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 11, 2014 at 03:27:46PM +0400, Maria Kustova wrote: > Some issues can be found only when a fuzzed image has a partial structure, > e.g. has L1/L2 tables but no refcount ones. Generation of an entirely > defined image limits these cases. Now the Image constructor creates only > a header and a backing file name (if any), other image elements are gener= ated > in the 'create_image' API. >=20 > This patch series was created for the 'block-next' branch and based on th= e next > series: > [PATCH V4 0/3] image-fuzzer: Support L1/L2 tables in the qcow2 im= age > generator This comment about the branch dependency doesn't need to be in the git commit history. Please put anything like it under the '---' line so git-am(1) will strip it when applying the patch. Don't worry about it this time, I'll fix it up manually when merging. --rqzD5py0kzyFAOWN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT7RZ/AAoJEJykq7OBq3PIUicH/RIQ9kH3wagbLG9TXarZ3aD5 7w6kLcM3EnMbNnJ+xKMesTsmBM2wDXFLW+Fjb2guUW+6chCfMUMiNVNsserb6iHd y2A8d0Noh9LgzwQ9cEHtXLI5hd9l+1rN9tc6PVfps9K9XuU3otAfqa0FnHCppwpY UmbQG1CD/A7X3vNkdYHHSBEr0HczhF4P8seO00yR4rlRePowYQAjdyu2rXZ9CxnM O7k5xEzsNNXxjBIvPamS80ZKukx5p//wJElXrhHtK/gSnMarb6DDjUTsgU2F6xKJ vx+ozqaiM5GHQ8Ea9N2I7iB1DJ3ppRTYR5RAZElgXOKd7IUlwzwY5FqokJTTSG4= =QOw/ -----END PGP SIGNATURE----- --rqzD5py0kzyFAOWN--