Re: [Qemu-devel] [PATCH v4 08/24] ui/vnc: Split out authentication_failed

2019-05-07 Thread Laurent Vivier
On 06/05/2019 19:33, Richard Henderson wrote: There were 3 copies of this code, one of which used the wrong data size for the failure indicator. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Gerd Hoffmann Reviewed-by: Daniel P. Berrangé Signed-off-by: Richard Henderson --- ui/vnc.c | 37

[Qemu-devel] [PATCH v4 08/24] ui/vnc: Split out authentication_failed

2019-05-06 Thread Richard Henderson
There were 3 copies of this code, one of which used the wrong data size for the failure indicator. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Gerd Hoffmann Reviewed-by: Daniel P. Berrangé Signed-off-by: Richard Henderson --- ui/vnc.c | 37 +++-- 1 file ch