qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6812] Revert r6408


From: Anthony Liguori
Subject: [Qemu-devel] [6812] Revert r6408
Date: Wed, 11 Mar 2009 20:05:21 +0000

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 <address@hidden>

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') {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]