From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJdeU-0004nl-Ts for qemu-devel@nongnu.org; Tue, 19 Aug 2014 03:16:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJdeQ-00048J-04 for qemu-devel@nongnu.org; Tue, 19 Aug 2014 03:16:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJdeP-00048E-P3 for qemu-devel@nongnu.org; Tue, 19 Aug 2014 03:16:13 -0400 Date: Tue, 19 Aug 2014 15:16:25 +0800 From: Fam Zheng Message-ID: <20140819071625.GA32354@T430.nay.redhat.com> References: <71c9e2327660bda5b9051566ebe3a1ef15e1c6df.1407757272.git.maria.k@catit.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <71c9e2327660bda5b9051566ebe3a1ef15e1c6df.1407757272.git.maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH 1/3] docs: List all image elements currently supported by the fuzzer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Kustova Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, Maria Kustova On Mon, 08/11 15:55, Maria Kustova wrote: > Signed-off-by: Maria Kustova > --- > docs/image-fuzzer.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/docs/image-fuzzer.txt b/docs/image-fuzzer.txt > index 0d0005d..f707269 100644 > --- a/docs/image-fuzzer.txt > +++ b/docs/image-fuzzer.txt > @@ -125,7 +125,8 @@ If a fuzzer configuration is specified, then it has the next interpretation: > will be always fuzzed for every test. This case is useful for regression > testing. > > -For now only header fields, header extensions and L1/L2 tables are generated. > +The generator can create header fields, header extensions, L1/L2 tables and > +refcount blocks and table. "refcount table and blocks" might read better, but it doesn't hurt. Reviewed-by: Fam Zheng > > Module interfaces > ----------------- > -- > 1.9.3 >