From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TarqE-00048Y-3M for qemu-devel@nongnu.org; Tue, 20 Nov 2012 12:42:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TarqC-0004dn-Bz for qemu-devel@nongnu.org; Tue, 20 Nov 2012 12:42:34 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:34827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TarqC-0004dd-7N for qemu-devel@nongnu.org; Tue, 20 Nov 2012 12:42:32 -0500 Received: by mail-ie0-f173.google.com with SMTP id k14so4761446iea.4 for ; Tue, 20 Nov 2012 09:42:31 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50ABC101.5030005@redhat.com> Date: Tue, 20 Nov 2012 18:42:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1353432821-32517-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1353432821-32517-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SeaBIOS release for QEMU 1.3 (was Re: [PATCH] esp: enable busmaster) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "seabios@seabios.org" , Kevin O'Connor Cc: Anthony Liguori , kraxel@redhat.com Il 20/11/2012 18:33, Paolo Bonzini ha scritto: > The HBA does DMA, thus we must enable the busmaster bit, > otherwise dma access will fail with recent qemu versions. > > Signed-off-by: Paolo Bonzini As usual we forget to update SeaBIOS. We probably want these two from Gerd: 7d05257 (lsi: enable busmaster, 2012-11-20) 455a7c8 (add acpi pmtimer support, 2012-09-06) and a matching patch to enable bus master DMA in esp.c (just submitted). The choice is between committing these three patches on top of 1.7.1, or just picking the top of the SeaBIOS tree. There hasn't been much action since 1.7.1 (mostly SeaVGABIOS changes), so I prefer the latter. Kevin, are you okay with tagging SeaBIOS master as 1.7.2 one of these days? Other opinions? Paolo