Re: [Qemu-devel] [PATCH] Fix the inconsistency in x509-dh-key-file parameter

2012-11-19 Thread Gerd Hoffmann
On 11/19/12 10:15, Lei Li wrote: > Commit c448e8552b0f6135dabddf944a7110f929c08320 (spice: tls > support) added options to the -spice command line. But there > is an inconsistency between the declaration of the option > 'x509-dh-key-file' to -spice command line and its parameter > parsing 'x509-dh-

[Qemu-devel] [PATCH] Fix the inconsistency in x509-dh-key-file parameter

2012-11-19 Thread Lei Li
Commit c448e8552b0f6135dabddf944a7110f929c08320 (spice: tls support) added options to the -spice command line. But there is an inconsistency between the declaration of the option 'x509-dh-key-file' to -spice command line and its parameter parsing 'x509-dh-file' in function qemu_spice_init. https:/

[Qemu-devel] [PATCH] Fix the inconsistency in x509-dh-key-file parameter

2012-11-14 Thread Lei Li
Fix the inconsistency between the declaration of the option 'x509-dh-key-file' to -spice command line and its parameter parsing. https://bugs.launchpad.net/qemu/+bug/1035042 Reported-by: Alon Bar-Lev Signed-off-by: Lei Li --- ui/spice-core.c |2 +- 1 files changed, 1 insertions(+), 1 delet