From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAlG-0002p0-RA for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoAlC-00088I-Qs for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:18:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAlC-000889-LF for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:18:14 -0400 Date: Thu, 7 Apr 2016 17:18:11 +0300 From: "Michael S. Tsirkin" Message-ID: <20160407171727-mutt-send-email-mst@redhat.com> References: <1460038383-5318-1-git-send-email-minyard@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460038383-5318-1-git-send-email-minyard@acm.org> Subject: Re: [Qemu-devel] [PATCH v6 0/6] Sort the fw_cfg file list, add IPMI BIOS table entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: minyard@acm.org Cc: Paolo Bonzini , Gerd Hoffmann , qemu-devel@nongnu.org On Thu, Apr 07, 2016 at 09:12:57AM -0500, minyard@acm.org wrote: > This patch set includes the fw_config file list sorting, which seems > to have kind of stalled. v5 is in my tree but I'll replace it with v6. > Changes from v5: > > Added a check to rom_[re]set_order_override() functions to see if fw_cfg > is set. This could cause a crash in certain circumstances. > > Regenerated the BIOS test tables for other changes. > > -corey Pls remember to repost once 2.6 is out.