From patchwork Tue Jun 21 05:40:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Cody X-Patchwork-Id: 638488 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rYc6L3J8dz9snk for ; Tue, 21 Jun 2016 15:41:30 +1000 (AEST) Received: from localhost ([::1]:48710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFERE-0003tC-Dv for incoming@patchwork.ozlabs.org; Tue, 21 Jun 2016 01:41:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFEQc-0003ar-O0 for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFEQZ-00022B-Ji for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:40:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFEQZ-00021s-Ea for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:40:47 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1CBD285545; Tue, 21 Jun 2016 05:40:46 +0000 (UTC) Received: from localhost (ovpn-112-18.phx2.redhat.com [10.3.112.18]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5L5ehFJ002903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO); Tue, 21 Jun 2016 01:40:44 -0400 From: Jeff Cody To: qemu-devel@nongnu.org Date: Tue, 21 Jun 2016 01:40:42 -0400 Message-Id: <87ca06506c68e50a482fe33d0c86a438dc83fbe7.1466487614.git.jcody@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 21 Jun 2016 05:40:46 +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] [RFC PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo 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@linaro.org, mark.cave-ayland@ilande.co.uk, agraf@suse.de, stefanha@redhat.com, afaerber@suse.de Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" This update should preserve git history, and allow seamless switching over to the official openbios git repo, rather than pulling from the svn mirror. All prior history from the svn repository should still be preserved (i.e., commit hashes are the same for historical commits). In the roms/openbios submodule, the branch "origin/official" is the latest mirror of the official git repository (fetched daily). Signed-off-by: Jeff Cody Reviewed-by: Stefan Hajnoczi --- roms/openbios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/openbios b/roms/openbios index 422b916..36785d7 160000 --- a/roms/openbios +++ b/roms/openbios @@ -1 +1 @@ -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3