summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-04 16:16:17 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-07 11:33:52 +0100
commit0645092059a6fc2e5b734523881373b34ce81933 (patch)
treeaba68bb5ec833f08e17da5edc12c03e167f1fa92
parentdff126b7c5c322c942ec920fe9fb752137c2e25b (diff)
downloadlibguestfs-0645092059a6fc2e5b734523881373b34ce81933.tar.gz
libguestfs-0645092059a6fc2e5b734523881373b34ce81933.tar.xz
libguestfs-0645092059a6fc2e5b734523881373b34ce81933.zip
qemu or qemu-kvm >= 1.1.0 is required.
Earlier versions of qemu contained a bug in the qcow2 code which causes qemu to segfault when shutting down and flushing its internal cache, and this can result in data loss. Cherry picked from commit 7996e0882442dc7bac2ab573e2fcac0b488c8cc7 and changed to suit stable-1.16 releases.
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ac7ee153..f41c69c9 100644
--- a/README
+++ b/README
@@ -44,7 +44,8 @@ For basic functionality and the C tools:
- look at appliance/packagelist.in and install as many of the packages
that apply to your distro as possible
-- recent QEMU >= 0.13 (0.14 or later is better) with virtio-serial support
+- QEMU >= 1.1.0 is *highly* recommended. In particular earlier
+ versions contain a bug that can cause data corruption.
- kernel >= 2.6.34 with virtio-serial support enabled.