]> Git Repo - qemu.git/blobdiff - qemu-io.c
cuda: port GET_TIME command to new framework
[qemu.git] / qemu-io.c
index d593f196426356a2c1d49058f1ab86959933d54e..6c0c028f9811fd01049b9159cc76636a2a06f895 100644 (file)
--- a/qemu-io.c
+++ b/qemu-io.c
@@ -394,6 +394,7 @@ int main(int argc, char **argv)
     progname = basename(argv[0]);
     qemu_init_exec_dir(argv[0]);
 
+    module_call_init(MODULE_INIT_QOM);
     bdrv_init();
 
     while ((c = getopt_long(argc, argv, sopt, lopt, &opt_index)) != -1) {
@@ -435,7 +436,7 @@ int main(int argc, char **argv)
             }
             break;
         case 'T':
-            if (!trace_init_backends(optarg, NULL)) {
+            if (!trace_init_backends()) {
                 exit(1); /* error message will have been printed */
             }
             break;
This page took 0.020325 seconds and 4 git commands to generate.