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-04 16:17:44 +0100
commit7996e0882442dc7bac2ab573e2fcac0b488c8cc7 (patch)
tree500ed05fb9aea495052ab030f1e37be7ec0683b3
parentffbf1475f7ae7c462db289ad4834391469e72edd (diff)
downloadlibguestfs-7996e0882442dc7bac2ab573e2fcac0b488c8cc7.tar.gz
libguestfs-7996e0882442dc7bac2ab573e2fcac0b488c8cc7.tar.xz
libguestfs-7996e0882442dc7bac2ab573e2fcac0b488c8cc7.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.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5d872951..eb736144 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ 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
-- QEMU >= 1.0.
+- QEMU >= 1.1.0.
- kernel >= 2.6.34 with virtio-serial support enabled.