From patchwork Thu Jul 7 21:22: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: 646172 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 3rlrFy0sHKz9s9r for ; Fri, 8 Jul 2016 07:23:32 +1000 (AEST) Received: from localhost ([::1]:42383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLGle-00015W-2L for incoming@patchwork.ozlabs.org; Thu, 07 Jul 2016 17:23:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLGl1-0000mk-1w for qemu-devel@nongnu.org; Thu, 07 Jul 2016 17:22:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLGkv-0003L8-Ug for qemu-devel@nongnu.org; Thu, 07 Jul 2016 17:22:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLGkv-0003L4-Pl for qemu-devel@nongnu.org; Thu, 07 Jul 2016 17:22:45 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 17BE43F720; Thu, 7 Jul 2016 21:22:45 +0000 (UTC) Received: from localhost (ovpn-112-97.phx2.redhat.com [10.3.112.97]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u67LMh3u017898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA256 bits=256 verify=NO); Thu, 7 Jul 2016 17:22:44 -0400 From: Jeff Cody To: qemu-devel@nongnu.org Date: Thu, 7 Jul 2016 17:22:42 -0400 Message-Id: <4ccbfe166a987fa7f3e71551f4d77456de189301.1467926074.git.jcody@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 07 Jul 2016 21:22: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 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 switches 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). The origin/master tag now follows the github hashes, so that means users will need to update their local tracking branch: e.g.: git reset --hard origin/master If you have local commits or branches to preserver, a rebase may be more appropriate: e.g. git rebase origin/master N.B.: The server-side git changes have already happened, independent of this patch. Proposed-by: Mark Cave-Ayland Signed-off-by: Jeff Cody Acked-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