Commit 48d7c50f843141b743d2d212ed1275d037f5a247

Authored by blueswir1
1 parent ee4d919f

Remove unnecessary call to qemu_aio_init (called from bdrv_init)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5294 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
... ... @@ -8981,7 +8981,6 @@ int main(int argc, char **argv)
8981 8981  
8982 8982 init_timers();
8983 8983 init_timer_alarm();
8984   - qemu_aio_init();
8985 8984 if (use_icount && icount_time_shift < 0) {
8986 8985 use_icount = 2;
8987 8986 /* 125MIPS seems a reasonable initial guess at the guest speed.
... ...