]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-nbd.c
target-i386: add Skylake-Client cpu model
[mirror_qemu.git] / qemu-nbd.c
index d59b18778020f0267b5e4bf291be675526d35f4b..6554f0ab65ee9d4030a27f838dc8d4b1b1821d12 100644 (file)
@@ -527,10 +527,7 @@ int main(int argc, char **argv)
     sa_sigterm.sa_handler = termsig_handler;
     sigaction(SIGTERM, &sa_sigterm, NULL);
 
-    if (qcrypto_init(&local_err) < 0) {
-        error_reportf_err(local_err, "cannot initialize crypto: ");
-        exit(1);
-    }
+    qcrypto_init(&error_fatal);
 
     module_call_init(MODULE_INIT_QOM);
     qemu_add_opts(&qemu_object_opts);