qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 1/2] tpm: convert tpmdev options processing to new visitor


From: Stefan Berger
Subject: Re: [PATCH v4 1/2] tpm: convert tpmdev options processing to new visitor format
Date: Mon, 2 Jan 2023 19:49:26 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1



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

[Prev in Thread] Current Thread [Next in Thread]