From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMZRn-0008BJ-Br for qemu-devel@nongnu.org; Fri, 22 Jan 2016 06:00:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMZRh-0006YC-Rq for qemu-devel@nongnu.org; Fri, 22 Jan 2016 06:00:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMZRh-0006WX-NZ for qemu-devel@nongnu.org; Fri, 22 Jan 2016 06:00:01 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 75C2FAE5C4 for ; Fri, 22 Jan 2016 10:59:59 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 22 Jan 2016 11:59:51 +0100 Message-Id: <1453460391-7664-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH] seabios: fix submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Commit "36f96c4 target-i386: Add support to migrate vcpu's TSC rate" updates roms/seabios, appearently by mistake. Revert this. Signed-off-by: Gerd Hoffmann --- roms/seabios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/seabios b/roms/seabios index 33fbe13..01a84be 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 33fbe13a3e2a01e0ba1087a8feed801a0451db21 +Subproject commit 01a84bea2d28a19d2405c1ecac4bdef17683cc0c -- 1.8.3.1