18 Jul
2018
18 Jul
'18
4:32 p.m.
On Tue, Jul 17, 2018 at 17:15:55 +0200, Ján Tomko wrote:
Add a test with QEMU 2.4.0 capabilites, as well as the latest caps.
The code paths for formatting TLS options will be altered and 2.4.0 is the newest version where QEMU_CAPS_OBJECT_TLS_CREDS_X509 is not supported.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- .../qemuxml2argvdata/graphics-vnc-tls.x86_64-2.4.0.args | 12 +++++++----- .../graphics-vnc-tls.x86_64-latest.args | 17 +++++++++++------ tests/qemuxml2argvtest.c | 2 ++ 3 files changed, 20 insertions(+), 11 deletions(-)
ACK