]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
Move TPM passthrough specific command line options to backend structure
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 6caa5f4272e318af725e23f0dc252717f5d626c1..2e0d1a744cf48373a21e74a849c803da2e0a776f 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -502,21 +502,7 @@ static QemuOptsList qemu_tpmdev_opts = {
     .implied_opt_name = "type",
     .head = QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts.head),
     .desc = {
-        {
-            .name = "type",
-            .type = QEMU_OPT_STRING,
-            .help = "Type of TPM backend",
-        },
-        {
-            .name = "cancel-path",
-            .type = QEMU_OPT_STRING,
-            .help = "Sysfs file entry for canceling TPM commands",
-        },
-        {
-            .name = "path",
-            .type = QEMU_OPT_STRING,
-            .help = "Path to TPM device on the host",
-        },
+        /* options are defined in the TPM backends */
         { /* end of list */ }
     },
 };