diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-05 22:21:43 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-05 22:21:43 +0100 |
commit | 37e0c30d9075a35780a945a462913165d973c372 (patch) | |
tree | f6f1fcc688ecba16c9129ab922cdf8459947efab /contrib | |
parent | 3e1a5352703a42980d9855f29fbfa6d5788c56ea (diff) | |
download | libguestfs-37e0c30d9075a35780a945a462913165d973c372.tar.gz libguestfs-37e0c30d9075a35780a945a462913165d973c372.tar.xz libguestfs-37e0c30d9075a35780a945a462913165d973c372.zip |
contrib: Update README files.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/README | 5 | ||||
-rw-r--r-- | contrib/visualize-alignment/README | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 7274db54..bea2d70c 100644 --- a/contrib/README +++ b/contrib/README @@ -27,3 +27,8 @@ fedora-libguestfs.spec guestfsd-in-wine.sh Run a Windows-compiled guestfsd under Wine. Read the instructions at the top of this file carefully. + +visualize-alignment + Tests for visualizing block device reads and writes and + alignment using a patched qemu. See the README file in that + directory. diff --git a/contrib/visualize-alignment/README b/contrib/visualize-alignment/README index 917bd775..a81c92a0 100644 --- a/contrib/visualize-alignment/README +++ b/contrib/visualize-alignment/README @@ -1,3 +1,6 @@ +The *.qtr files are qemu trace files, produced using the unofficial +patch in the current directory. + - guestfish-N-fs-10M.qtr The command 'guestfish -N fs:ext2:10' before we modified the |