Re: [PATCH 02/14] qemu: Always assume presence of QEMU_CAPS_OBJECT_TLS_CREDS_X509

2021-09-23 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: The 'tls-creds-x509' object is always registered even when qemu is built without gnutls for all supported qemu versions. This means we can assume it's support and thus simplify the code using TLS. s/can assume it's support/cannot probe for its

[PATCH 02/14] qemu: Always assume presence of QEMU_CAPS_OBJECT_TLS_CREDS_X509

2021-09-23 Thread Peter Krempa
The 'tls-creds-x509' object is always registered even when qemu is built without gnutls for all supported qemu versions. This means we can assume it's support and thus simplify the code using TLS. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 8 +--- src/qemu/qemu_domain.c |