qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH V3 0/3] image-fuzzer: Support L1/L2 tables in the qc


From: Maria Kustova
Subject: [Qemu-devel] [PATCH V3 0/3] image-fuzzer: Support L1/L2 tables in the qcow2 image generator
Date: Fri, 8 Aug 2014 13:06:24 +0400

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.

v2 -> v3:
   * Fixed wrong entry indices in the last L2 table

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       | 255 +++++++++++++++++++++++--------
 3 files changed, 219 insertions(+), 67 deletions(-)

-- 
1.9.3




reply via email to

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