From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymha2-00042i-J2 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmhZy-000723-F5 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:52:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmhZy-00071x-86 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:52:02 -0400 Message-ID: <1430135484.22166.23.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 27 Apr 2015 13:51:24 +0200 In-Reply-To: <20150427131940-mutt-send-email-mst@redhat.com> References: <1426791181-23831-1-git-send-email-marcel@redhat.com> <1426791181-23831-26-git-send-email-marcel@redhat.com> <20150427131940-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 V6 for-2.3 25/26] 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: quintela@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, amit.shah@redhat.com, alex.williamson@redhat.com, kevin@koconnor.net, hare@suse.de, imammedo@redhat.com, Marcel Apfelbaum , pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, rth@twiddle.net On Mo, 2015-04-27 at 13:19 +0200, Michael S. Tsirkin wrote: > On Thu, Mar 19, 2015 at 08:53:00PM +0200, Marcel Apfelbaum wrote: > > PXB does not work with unsupported bioses, but should > > not interfere with normal OS operation. > > We don't ship them anymore, but it's reasonable > > to keep the work-around until we update the bios in qemu. > > Can be dropped now we have updated the bios? I'd much prefer to keep it for robustness reasons. cheers, Gerd