Re: [PATCH] crypto: only include tls-cipher-suites in emulators

2023-10-01 Thread Philippe Mathieu-Daudé
On 28/9/23 09:49, Paolo Bonzini wrote: tls-cipher-suites is an object that is used to inject TLS configuration into the guest (via fw_cfg). It is never used for host-side TLS operation, and therefore it need not be available in the tools. Signed-off-by: Paolo Bonzini --- crypto/meson.build

Re: [PATCH] crypto: only include tls-cipher-suites in emulators

2023-09-28 Thread Daniel P . Berrangé
On Thu, Sep 28, 2023 at 09:49:18AM +0200, Paolo Bonzini wrote: > tls-cipher-suites is an object that is used to inject TLS configuration > into the guest (via fw_cfg). It is never used for host-side TLS > operation, and therefore it need not be available in the tools. > > Signed-off-by: Paolo Bon

[PATCH] crypto: only include tls-cipher-suites in emulators

2023-09-28 Thread Paolo Bonzini
tls-cipher-suites is an object that is used to inject TLS configuration into the guest (via fw_cfg). It is never used for host-side TLS operation, and therefore it need not be available in the tools. Signed-off-by: Paolo Bonzini --- crypto/meson.build | 3 ++- hw/nvram/meson.build | 6 +-