diff options
| author | Maria Kustova | 2014-08-19 14:25:11 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2014-09-22 12:39:35 +0200 |
| commit | 56271efdeaa9d01cff9d82c4b8b2ab73152fe1ea (patch) | |
| tree | a1fcc83b3f0486fe71517996e69bed15529ff2c1 | |
| parent | qapi/block-core: Add "new" qcow2 options (diff) | |
| download | qemu-56271efdeaa9d01cff9d82c4b8b2ab73152fe1ea.tar.gz qemu-56271efdeaa9d01cff9d82c4b8b2ab73152fe1ea.tar.xz qemu-56271efdeaa9d01cff9d82c4b8b2ab73152fe1ea.zip | |
docs: List all image elements currently supported by the fuzzer
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Maria Kustova <maria.k@catit.be>
Message-id: cb71485d0f55d1d8401eebaead8324eb78673060.1408450493.git.maria.k@catit.be
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
| -rw-r--r-- | docs/image-fuzzer.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/image-fuzzer.txt b/docs/image-fuzzer.txt index 0d0005d34a..3e23ebec33 100644 --- a/docs/image-fuzzer.txt +++ b/docs/image-fuzzer.txt @@ -125,7 +125,8 @@ If a fuzzer configuration is specified, then it has the next interpretation: will be always fuzzed for every test. This case is useful for regression testing. -For now only header fields, header extensions and L1/L2 tables are generated. +The generator can create header fields, header extensions, L1/L2 tables and +refcount table and blocks. Module interfaces ----------------- |
