qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6812] Revert r6408
@ 2009-03-11 20:05 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-03-11 20:05 UTC (permalink / raw)
  To: qemu-devel

Revision: 6812
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6812
Author:   aliguori
Date:     2009-03-11 20:05:20 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
Revert r6408

This series is broken by design as it requires expensive IO operations at
open time causing very long delays when starting a virtual machine for the
first time.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/qemu-img.c

Modified: trunk/qemu-img.c
===================================================================
--- trunk/qemu-img.c	2009-03-11 11:00:49 UTC (rev 6811)
+++ trunk/qemu-img.c	2009-03-11 20:05:20 UTC (rev 6812)
@@ -730,10 +730,6 @@
     if (bdrv_get_info(bs, &bdi) >= 0) {
         if (bdi.cluster_size != 0)
             printf("cluster_size: %d\n", bdi.cluster_size);
-        if (bdi.highest_alloc)
-            printf("highest_alloc: %" PRId64 "\n", bdi.highest_alloc);
-        if (bdi.num_free_bytes)
-            printf("num_free_bytes: %" PRId64 "\n", bdi.num_free_bytes);
     }
     bdrv_get_backing_filename(bs, backing_filename, sizeof(backing_filename));
     if (backing_filename[0] != '\0') {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11 20:05 [Qemu-devel] [6812] Revert r6408 Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).