From 8308ed30a23719e00923161fed602d505107dc8d Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 8 Nov 2018 11:15:29 +0000 Subject: [PATCH] pc-testdev: use HTTPS git URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Stefan Hajnoczi Reviewed-by: Michael S. Tsirkin Reviewed-by: Eric Blake Reviewed-by: Daniel P. Berrangé Reviewed-by: Cornelia Huck Reviewed-by: Alex Bennée Message-id: 20181108111531.30671-7-stefanha@redhat.com Signed-off-by: Peter Maydell --- hw/misc/pc-testdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/pc-testdev.c b/hw/misc/pc-testdev.c index 697eb88c97..0aee04f231 100644 --- a/hw/misc/pc-testdev.c +++ b/hw/misc/pc-testdev.c @@ -32,7 +32,7 @@ * -kernel /home/lmr/Code/virt-test.git/kvm/unittests/msr.flat * * Where msr.flat is one of the KVM unittests, present on a separate repo, - * git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git + * https://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git */ #include "qemu/osdep.h"