From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF2pW-0004t6-IQ for qemu-devel@nongnu.org; Wed, 06 Aug 2014 11:08:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF2pQ-0007XZ-DZ for qemu-devel@nongnu.org; Wed, 06 Aug 2014 11:08:42 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:64868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF2pQ-0007XM-6V for qemu-devel@nongnu.org; Wed, 06 Aug 2014 11:08:36 -0400 Received: by mail-la0-f50.google.com with SMTP id gf5so2197487lab.9 for ; Wed, 06 Aug 2014 08:08:35 -0700 (PDT) From: Maria Kustova Date: Wed, 6 Aug 2014 19:08:23 +0400 Message-Id: Subject: [Qemu-devel] [PATCH V2 0/3] image-fuzzer: Support L1/L2 tables 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 L1/L2 tables to the qcow2 image generator. This patch series was created for the 'block-next' branch and based on the next series: [PATCH V5 0/5] tests: Add the image fuzzer with qcow2 support. v1 -> v2: * Rebased to the new version of the parent patch series * Fixed wrong maximum number of L2 tables * Fixed missed whitespaces (based on the review of Stefan Hajnoczi) Maria Kustova (3): docs: Expand the list of supported image elements with L1/L2 tables fuzz: Add fuzzing functions for L1/L2 table entries layout: Add generators of L1/L2 tables tests/image-fuzzer/docs/image-fuzzer.txt | 3 +- tests/image-fuzzer/qcow2/fuzz.py | 28 ++++ tests/image-fuzzer/qcow2/layout.py | 273 ++++++++++++++++++++++++------- 3 files changed, 240 insertions(+), 64 deletions(-) -- 1.9.3