From: Stefan Hajnoczi Date: Thu, 8 Nov 2018 11:15:30 +0000 (+0000) Subject: target-alpha: use HTTPS git URL for palcode X-Git-Tag: qemu-xen-4.13.0-rc1~556 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=06bef596ce0b927c4bf6394b5bfd5ac20b1e2375;p=qemu-xen.git target-alpha: use HTTPS git URL for palcode 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 --- diff --git a/pc-bios/README b/pc-bios/README index 8f98c07a74..20f7c33c24 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.