]> Git Repo - qemu.git/blobdiff - device-hotplug.c
target/arm: Rewrite vector gather first-fault loads
[qemu.git] / device-hotplug.c
index 23fd6656f1be2211cab1be2f17f927a465acda47..cd427e2c764ca074efa243ce63a7ffae0faf7e73 100644 (file)
@@ -69,10 +69,6 @@ void hmp_drive_add(Monitor *mon, const QDict *qdict)
     if (!dinfo) {
         goto err;
     }
-    if (dinfo->devaddr) {
-        monitor_printf(mon, "Parameter addr not supported\n");
-        goto err;
-    }
 
     switch (dinfo->type) {
     case IF_NONE:
This page took 0.021484 seconds and 4 git commands to generate.