qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] image-fuzzer: Support L1/L2 tables in the qcow2


From: Maria Kustova
Subject: [Qemu-devel] [PATCH 0/4] image-fuzzer: Support L1/L2 tables in the qcow2 image generator
Date: Thu, 24 Jul 2014 16:32:25 +0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]