]> git.proxmox.com Git - mirror_qemu.git/commit - hw/nvram/meson.build
crypto: only include tls-cipher-suites in emulators
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Sep 2023 07:49:15 +0000 (09:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Oct 2023 08:29:39 +0000 (10:29 +0200)
commit0c1a5299ab1d04ade6e6ff0fa2bc98e33cecaa80
tree28274383ad0d6f4bcca379b5f4c4bba67652493b
parentbe2b619a17345d007bcf9987a3e4afd1edea3e4f
crypto: only include tls-cipher-suites in emulators

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.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
crypto/meson.build
hw/nvram/meson.build