From nobody Thu Nov 6 14:19:16 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1541331844585456.4317862991287; Sun, 4 Nov 2018 03:44:04 -0800 (PST) Received: from localhost ([::1]:58527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJGox-0006Cg-O6 for importer@patchew.org; Sun, 04 Nov 2018 06:43:59 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJGi2-0007eP-Ad for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJGi0-0002pg-74 for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39960) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJGhz-0002nX-7y for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:47 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DF9F23C2CC4; Sun, 4 Nov 2018 11:36:44 +0000 (UTC) Received: from localhost (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4674460D61; Sun, 4 Nov 2018 11:36:36 +0000 (UTC) From: Stefan Hajnoczi To: Date: Sun, 4 Nov 2018 11:24:23 +0000 Message-Id: <20181104112424.18663-8-stefanha@redhat.com> In-Reply-To: <20181104112424.18663-1-stefanha@redhat.com> References: <20181104112424.18663-1-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Sun, 04 Nov 2018 11:36:45 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v3 7/8] target-alpha: use HTTPS git URL for palcode X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Fam Zheng , "Michael S. Tsirkin" , Jeff Cody , cohuck@redhat.com, Markus Armbruster , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Stefan Hajnoczi , Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Signed-off-by: Stefan Hajnoczi Acked-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- pc-bios/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =20 - The sources for the Alpha palcode image is available from: - git://github.com/rth7680/qemu-palcode.git + https://github.com/rth7680/qemu-palcode.git =20 - The u-boot binary for e500 comes from the upstream denx u-boot project w= here it was compiled using the qemu-ppce500 target. --=20 2.17.2