]> Git Repo - qemu.git/blobdiff - device-hotplug.c
tcg: Push tcg-runtime routines into exec/helper-*
[qemu.git] / device-hotplug.c
index ebfa6b1016d81d44f0292fc43494ea5e7fd64be1..eecb08e2b1449f3856b03b7960e686f88d3cca8b 100644 (file)
@@ -40,7 +40,7 @@ DriveInfo *add_init_drive(const char *optstr)
         return NULL;
 
     mc = MACHINE_GET_CLASS(current_machine);
-    dinfo = drive_init(opts, mc->qemu_machine->block_default_type);
+    dinfo = drive_init(opts, mc->block_default_type);
     if (!dinfo) {
         qemu_opts_del(opts);
         return NULL;
This page took 0.020491 seconds and 4 git commands to generate.