[Pkg-libvirt-commits] [libguestfs] 03/24: sparsify: Remove obsolete comment.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 69eb34755be1caa39eb103b484a96a8fa1494a27
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Aug 27 20:16:06 2014 +0100
sparsify: Remove obsolete comment.
We don't need to use compat=1.1 with modern qemu, and
lazy_refcounts may be dangerous.
(cherry picked from commit e3a02c4153f3064dd9427c4044849cf77b3a3421)
---
sparsify/copying.ml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sparsify/copying.ml b/sparsify/copying.ml
index 5123bc2..9fc16db 100644
--- a/sparsify/copying.ml
+++ b/sparsify/copying.ml
@@ -122,10 +122,6 @@ You can ignore this warning or change it to a hard failure using the
unlink_on_exit tmp;
(* Create it with the indisk as the backing file. *)
- (* XXX Old code used to:
- * - detect if compat=1.1 was supported
- * - add lazy_refcounts option
- *)
let () =
let g = new G.guestfs () in
if trace then g#set_trace true;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list