Re: [Qemu-devel] [PATCH v3 6/8] pc-testdev: use HTTPS git URL

2018-11-04 Thread Philippe Mathieu-Daudé
On 4/11/18 12:24, Stefan Hajnoczi wrote: When you clone the repository without previous commit history, 'git://' doesn't protect from man-in-the-middle attacks. HTTPS is more secure since the client verifies the server certificate. Cc: Paolo Bonzini Suggested-by: Eric Blake Signed-off-by: Ste

[Qemu-devel] [PATCH v3 6/8] pc-testdev: use HTTPS git URL

2018-11-04 Thread Stefan Hajnoczi
When you clone the repository without previous commit history, 'git://' doesn't protect from man-in-the-middle attacks. HTTPS is more secure since the client verifies the server certificate. Cc: Paolo Bonzini Suggested-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- hw/misc/pc-testdev.c | 2