From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gerd Hoffmann 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> Subject: [Qemu-devel] [PATCH 1/3] seabios: update to b1c35f2b28cc0c94ebed8176ff61ac0e0b377798 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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 -- 1.7.1