]> Git Repo - qemu.git/blobdiff - vl.c
update binfmt conf
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 805e11f5c5c9a4f2235d5de1042f9a32fcbdd727..2cd263eda4cb2f48fcb54f99022f6d6b0ec635da 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -2980,6 +2980,7 @@ int main(int argc, char **argv, char **envp)
         exit(1);
     }
 
+    qemu_register_reset((void *)qbus_reset_all, sysbus_get_default());
     qemu_system_reset();
     if (loadvm) {
         if (load_vmstate(loadvm) < 0) {
This page took 0.024901 seconds and 4 git commands to generate.