From 06bef596ce0b927c4bf6394b5bfd5ac20b1e2375 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 8 Nov 2018 11:15:30 +0000 Subject: target-alpha: use HTTPS git URL for palcode 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: Richard Henderson Suggested-by: Eric Blake Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Acked-by: Richard Henderson 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-8-stefanha@redhat.com Signed-off-by: Peter Maydell --- pc-bios/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/README b/pc-bios/README index 8f98c07..20f7c33 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -36,7 +36,7 @@ 1af4:1000 -> pxe-virtio.rom - The sources for the Alpha palcode image is available from: - git://github.com/rth7680/qemu-palcode.git + https://github.com/rth7680/qemu-palcode.git - The u-boot binary for e500 comes from the upstream denx u-boot project where it was compiled using the qemu-ppce500 target. -- cgit v1.1