From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzPHF-0002Wo-Un for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:57:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzPHB-0005W4-1o for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:57:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzPHA-0005W0-TQ for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:57:08 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 5D96D8F287 for ; Mon, 1 Jun 2015 12:57:08 +0000 (UTC) Message-ID: <1433163422.19671.33.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 01 Jun 2015 14:57:02 +0200 In-Reply-To: <20150601142654-mutt-send-email-mst@redhat.com> References: <1432568042-19553-1-git-send-email-marcel@redhat.com> <1432568042-19553-24-git-send-email-marcel@redhat.com> <20150531181221.GJ5268@redhat.com> <556C2985.9000909@redhat.com> <1433158819.19671.23.camel@nilsson.home.kraxel.org> <20150601141532-mutt-send-email-mst@redhat.com> <1433161442.19671.27.camel@nilsson.home.kraxel.org> <20150601142654-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V7 23/24] apci: fix PXB behaviour if used with unsupported BIOS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Marcel Apfelbaum , pbonzini@redhat.com, qemu-devel@nongnu.org Hi, > > Devices behind pxb wouldn't be working because they didn't got resources > > assigned, yes. > > I mean that there's no way to get old seabios+pxb when bisecting. When bisecting in qemu (with bundled seabios) yes. But when bisection in seabios ... Anyway, at the end of the day it doesn't matter much why exactly the firmware didn't setup the pxb. I think that qemu should handle that case gracefully no matter what. cheers, Gerd