From 7996e0882442dc7bac2ab573e2fcac0b488c8cc7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 4 Jul 2012 16:16:17 +0100 Subject: 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. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit