qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5294] Remove unnecessary call to qemu_aio_init (called fro


From: Blue Swirl
Subject: [Qemu-devel] [5294] Remove unnecessary call to qemu_aio_init (called from bdrv_init)
Date: Mon, 22 Sep 2008 16:29:18 +0000

Revision: 5294
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5294
Author:   blueswir1
Date:     2008-09-22 16:29:18 +0000 (Mon, 22 Sep 2008)

Log Message:
-----------
Remove unnecessary call to qemu_aio_init (called from bdrv_init)

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2008-09-22 16:04:16 UTC (rev 5293)
+++ trunk/vl.c  2008-09-22 16:29:18 UTC (rev 5294)
@@ -8981,7 +8981,6 @@
 
     init_timers();
     init_timer_alarm();
-    qemu_aio_init();
     if (use_icount && icount_time_shift < 0) {
         use_icount = 2;
         /* 125MIPS seems a reasonable initial guess at the guest speed.






reply via email to

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