From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJiTm-0008EM-Eu for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJiTd-0005eE-3J for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:34 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:34352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJiTc-0005e1-Nl for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:24 -0400 Received: by mail-la0-f52.google.com with SMTP id b17so5836050lan.11 for ; Tue, 19 Aug 2014 05:25:23 -0700 (PDT) From: Maria Kustova Date: Tue, 19 Aug 2014 16:25:10 +0400 Message-Id: Subject: [Qemu-devel] [PATCH V2 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 was created for the 'block-next' branch and based on the next series: [PATCH V3] layout: Reduce number of generator functions in __init__ v0 -> v1 (based on the review of Fam Zheng): * Fixed typos * Made calculation of a refcount block size clearer. 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 table and blocks docs/image-fuzzer.txt | 3 +- tests/image-fuzzer/qcow2/fuzz.py | 16 ++++- tests/image-fuzzer/qcow2/layout.py | 138 ++++++++++++++++++++++++++++++++++++- 3 files changed, 154 insertions(+), 3 deletions(-) -- 1.9.3