diff options
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1892,9 +1892,8 @@ int main(int argc, char **argv) exit(1); } - bdrv_init(); - qemu_init_main_loop(); + bdrv_init(); /* initialize commands */ quit_init(); |