]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - vl.c
timer: Remove reset notifiers
[thirdparty/qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 7617455ce4000f10b7ac806fb6c4632d3f39b721..edd5390110b273fb401261ed7615bf1a4aad0f71 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4198,7 +4198,7 @@ int main(int argc, char **argv, char **envp)
     migration_object_init();
 
     if (qtest_chrdev) {
-        qtest_init(qtest_chrdev, qtest_log, &error_fatal);
+        qtest_server_init(qtest_chrdev, qtest_log, &error_fatal);
     }
 
     machine_opts = qemu_get_machine_opts();