From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGoCA-0005Of-KE for qemu-devel@nongnu.org; Mon, 11 Aug 2014 07:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGoC3-0007FJ-6C for qemu-devel@nongnu.org; Mon, 11 Aug 2014 07:55:22 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:47056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGoC2-0007Ex-Uy for qemu-devel@nongnu.org; Mon, 11 Aug 2014 07:55:15 -0400 Received: by mail-lb0-f172.google.com with SMTP id z11so5875526lbi.3 for ; Mon, 11 Aug 2014 04:55:13 -0700 (PDT) From: Maria Kustova Date: Mon, 11 Aug 2014 15:55:03 +0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] image-fuzzer: Support refcount structures in the qcow2 image generator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, Maria Kustova , stefanha@redhat.com This patch series adds support of refcount tables and blocks to the qcow2 image generator. This patch series was created for the 'block-next' branch and based on the next series: [PATCH V3] layout: Reduce number of generator functions in __init__ Maria Kustova (3): docs: List all image elements currently supported by the fuzzer fuzz: Add fuzzing functions for entries of refcount table and blocks layout: Add generators for refcount tbles and blocks docs/image-fuzzer.txt | 3 +- tests/image-fuzzer/qcow2/fuzz.py | 16 ++++- tests/image-fuzzer/qcow2/layout.py | 136 ++++++++++++++++++++++++++++++++++++- 3 files changed, 152 insertions(+), 3 deletions(-) -- 1.9.3