]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
s390x/pci: let pci devices start in configured mode
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 0723835bbfdcf81ebbd89b26f39355a98c883720..ec299099ff616ce00e7192799e684e036dc8d6d1 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4624,11 +4624,9 @@ int main(int argc, char **argv, char **envp)
         exit(1);
     }
 
-#ifdef CONFIG_TPM
     if (tpm_init() < 0) {
         exit(1);
     }
-#endif
 
     /* init the bluetooth world */
     if (foreach_device_config(DEV_BT, bt_parse))