From patchwork Fri Nov 30 15:29:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 202974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3FC0B2C0086 for ; Sat, 1 Dec 2012 02:31:11 +1100 (EST) Received: from localhost ([::1]:51091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeSYX-00027h-CI for incoming@patchwork.ozlabs.org; Fri, 30 Nov 2012 10:31:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeSXb-0008EN-96 for qemu-devel@nongnu.org; Fri, 30 Nov 2012 10:30:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeSXQ-0006Cu-LH for qemu-devel@nongnu.org; Fri, 30 Nov 2012 10:30:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeSXQ-0006CZ-Ds for qemu-devel@nongnu.org; Fri, 30 Nov 2012 10:30:00 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAUFTxMb027737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 30 Nov 2012 10:29:59 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAUFTwkq016147; Fri, 30 Nov 2012 10:29:59 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C592E405A9; Fri, 30 Nov 2012 16:29:57 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Fri, 30 Nov 2012 16:29:55 +0100 Message-Id: <1354289397-20961-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1354289397-20961-1-git-send-email-kraxel@redhat.com> References: <1354289397-20961-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH 1/3] seabios: update to b1c35f2b28cc0c94ebed8176ff61ac0e0b377798 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This patch updates the seabios submodule to commit b1c35f2b28cc0c94ebed8176ff61ac0e0b377798. Most important change is that seabios sets the busmaster bit in the pci config space for the lsi and esp scsi host adapters. Since commit 1c380f9460522f32c8dd2577b2a53d518ec91c6d qemu is strict here and disallows any dma access when the bit is clear. Signed-off-by: Gerd Hoffmann --- roms/seabios | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roms/seabios b/roms/seabios index 5a02306..b1c35f2 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 5a023065388287e261ae9212452ff541f9fa9cd3 +Subproject commit b1c35f2b28cc0c94ebed8176ff61ac0e0b377798