From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7M6E-0001qv-Gg for qemu-devel@nongnu.org; Thu, 08 Aug 2013 05:01:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7M69-0006cT-9x for qemu-devel@nongnu.org; Thu, 08 Aug 2013 05:01:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7M69-0006cN-3X for qemu-devel@nongnu.org; Thu, 08 Aug 2013 05:01:33 -0400 Message-ID: <52035E67.7010306@redhat.com> Date: Thu, 08 Aug 2013 11:01:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1374673573-25074-1-git-send-email-kraxel@redhat.com> <1374673573-25074-2-git-send-email-kraxel@redhat.com> <1375908457.3509.44.camel@ul30vt.home> In-Reply-To: <1375908457.3509.44.camel@ul30vt.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] seabios: update to 1.7.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: seabios , qemu-devel@nongnu.org On 08/07/13 22:47, Alex Williamson wrote: > Don't we really want this too? > > commit 2a9aeabdfb34374ecac25e7a8d21c9e368618cd4 > Author: Kevin O'Connor > Date: Sun Jul 14 13:55:52 2013 -0400 > > Fix USB EHCI detection that was broken in hlist conversion of PCIDevices. > > Make sure the PCI device list is ordered in bus order. > > Don't iterate past the end of the list when detecting EHCI devices. > > Signed-off-by: Kevin O'Connor > > seabios 1.7.3 is actually a regression for me when trying to assign a > secondary passthrough graphics card because the PCI devices are in the > wrong order and seabios tries to run the passthrough VBIOS rather than > the emulated VBIOS. Based on the comment, something is broken with EHCI > too. Thanks, Ahem, yes. That alone looks like enough justification for a 1.7.3.1 bugfix release to me. Anyone has other known issues with the 1.7.3 update? cheers, Gerd