qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: Maria Kustova <maxa@catit.be>
Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com,
	Maria Kustova <maria.k@catit.be>
Subject: Re: [Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner
Date: Fri, 20 Jun 2014 14:09:51 +0800	[thread overview]
Message-ID: <20140620060951.GA2224@T430.redhat.com> (raw)
In-Reply-To: <cover.1403107725.git.maria.k@catit.be>

Should be v2 in the subject?

On Wed, 06/18 20:14, Maria Kustova wrote:
> These patches relate to qcow2 image fuzzer project at OPW.
> 
> Overall fix: Current license for all files are GPLv2
> Runner:
>   Fixes (based on reviews):
>    * added mandatory parameter for image generator
>    * removed image size parameter from call of an image generator
>    * removed seed as argument for image generator
>    * left core dump enabling as non-optional functionality
>    * added '--verbose' parameter turning on passes logging
>    * made 'Error' test statuses less talkative
>    * unified handling of incorrect parameters
>    * various formatting and doc enhancements
> 
>   Features:
>    * infinite test executions until keyboard interruption
>    * supported relative paths in runner.py parameters
> 
> Docs:
>   Fixes (based on reviews):
>    * removed requirements to seed being sent to image generator
>    * added support for external image generators
>    * added requirement to core dumps configuration
> 
>   Features:
>    * description for qcow2 image generator
>    * description for SUT calls
> 
> Qcow2:
>   Features:
>    * creation of random valid header fields
>    * fuzzing of header fields
>    * supported fuzzing of integer and bit mask field values
>    * random amount of fields to be fuzzed (20%-50% of all fields)
>    * random selection of fields to be fuzzed
> 
> *** BLURB HERE ***

Not necessary :)

Fam

> 
> Maria Kustova (3):
>   image-fuzzer: Added execution of multiple tests to the test runner
>   image-fuzzer: Initial generator of qcow2 fuzzed images
>   image-fuzzer: Added description for the qcow2 image generator
> 
>  tests/image-fuzzer/docs/image-fuzzer.txt | 178 ++++++++++++++++++++
>  tests/image-fuzzer/qcow2/__init__.py     |   1 +
>  tests/image-fuzzer/qcow2/fuzz.py         | 271 +++++++++++++++++++++++++++++++
>  tests/image-fuzzer/qcow2/layout.py       | 125 ++++++++++++++
>  tests/image-fuzzer/runner/runner.py      | 260 +++++++++++++++++++++++++++++
>  5 files changed, 835 insertions(+)
>  create mode 100644 tests/image-fuzzer/docs/image-fuzzer.txt
>  create mode 100644 tests/image-fuzzer/qcow2/__init__.py
>  create mode 100644 tests/image-fuzzer/qcow2/fuzz.py
>  create mode 100644 tests/image-fuzzer/qcow2/layout.py
>  create mode 100644 tests/image-fuzzer/runner/runner.py
> 
> -- 
> 1.9.3
> 
> 

  parent reply	other threads:[~2014-06-20  6:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-18 16:14 [Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner Maria Kustova
2014-06-18 16:14 ` [Qemu-devel] [RFC 1/3] image-fuzzer: Added execution of multiple tests to the test runner Maria Kustova
2014-06-20  1:49   ` Fam Zheng
2014-06-18 16:14 ` [Qemu-devel] [RFC 2/3] image-fuzzer: Initial generator of qcow2 fuzzed images Maria Kustova
2014-06-18 16:14 ` [Qemu-devel] [RFC 3/3] image-fuzzer: Added description for the qcow2 image generator Maria Kustova
2014-06-20  6:09 ` Fam Zheng [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 15:29 [Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner Maria Kustova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140620060951.GA2224@T430.redhat.com \
    --to=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=maria.k@catit.be \
    --cc=maxa@catit.be \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).