From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAICY-00030J-TZ for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:32:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAICO-0006bV-WB for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:32:50 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:46598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAICO-0006Z4-QC for qemu-devel@nongnu.org; Thu, 24 Jul 2014 08:32:40 -0400 Received: by mail-la0-f45.google.com with SMTP id ty20so1841440lab.32 for ; Thu, 24 Jul 2014 05:32:38 -0700 (PDT) From: Maria Kustova Date: Thu, 24 Jul 2014 16:32:25 +0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] 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. Also it contains a fix of the test runner issue, when destructive commands under tests damage test images. This patch series was created for the 'block-next' branch and based on the next series: [PATCH V4 0/5] tests: Add the image fuzzer with qcow2 support. Maria Kustova (4): docs: Expand the list of supported image elements with L1/L2 tables runner: Make a copy of a test image for destructive test commands fuzz: Add fuzzing functions for L1/L2 table entries layout: Add generators of L1/L2 tables tests/image-fuzzer/docs/image-fuzzer.txt | 2 +- tests/image-fuzzer/qcow2/fuzz.py | 28 ++++ tests/image-fuzzer/qcow2/layout.py | 265 ++++++++++++++++++++++++------- tests/image-fuzzer/runner/runner.py | 16 +- 4 files changed, 245 insertions(+), 66 deletions(-) -- 1.9.3