From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAgS-0002fV-9z for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoAgM-0006bL-67 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:13:19 -0400 Received: from mail-pa0-x241.google.com ([2607:f8b0:400e:c03::241]:35442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAgL-0006b9-V6 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 10:13:14 -0400 Received: by mail-pa0-x241.google.com with SMTP id zy2so6936017pac.2 for ; Thu, 07 Apr 2016 07:13:13 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Thu, 7 Apr 2016 09:12:57 -0500 Message-Id: <1460038383-5318-1-git-send-email-minyard@acm.org> Subject: [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: "Michael S. Tsirkin" , Gerd Hoffmann , Paolo Bonzini , qemu-devel@nongnu.org This patch set includes the fw_config file list sorting, which seems to have kind of stalled. 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