]> Git Repo - qemu.git/blobdiff - vl.c
target-microblaze: Break out trap_illegal()
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 3b39bbd7a8514eecac83f9b89498c3f149e93453..038d7f8042d338870cda3e6542734ca312c6e655 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4011,6 +4011,10 @@ int main(int argc, char **argv, char **envp)
                     exit(1);
                 }
                 break;
+            case QEMU_OPTION_nodefconfig:
+            case QEMU_OPTION_nouserconfig:
+                /* Nothing to be parsed here. Especially, do not error out below. */
+                break;
             default:
                 if (os_parse_cmd_args(popt->index, optarg)) {
                     error_report("Option not supported in this build");
@@ -4679,6 +4683,7 @@ int main(int argc, char **argv, char **envp)
     /* No more vcpu or device emulation activity beyond this point */
     vm_shutdown();
 
+    job_cancel_sync_all();
     bdrv_close_all();
 
     res_free();
This page took 0.02377 seconds and 4 git commands to generate.