On 12/30/22 22:40, James Bottomley wrote:
On Fri, 2022-12-30 at 12:01 -0500, Stefan Berger wrote:
On 12/30/22 10:24, James Bottomley wrote:
[...]
@@ -2906,9 +2893,7 @@ void qemu_init(int argc, char **argv)
                   break;
   #ifdef CONFIG_TPM
               case QEMU_OPTION_tpmdev:
-                if (tpm_config_parse(qemu_find_opts("tpmdev"),
optarg) < 0) {
-                    exit(1);
-                }
+                tpm_config_parse(optarg);

The patches don't apply to upstream's master.

I think it depends how you apply them.  If you use git, they do except
a minor merge conflict in tpm_passthrough.c

It has changed quite a bit there, so I let you rebase the series.

   Stefan

Reply via email to