From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afj2N-0006B6-9Y for qemu-devel@nongnu.org; Tue, 15 Mar 2016 03:05:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afj2A-0006L6-Ru for qemu-devel@nongnu.org; Tue, 15 Mar 2016 03:05:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afj2A-0006KS-Iw for qemu-devel@nongnu.org; Tue, 15 Mar 2016 03:04:50 -0400 Message-ID: <1458025488.13231.20.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 15 Mar 2016 08:04:48 +0100 In-Reply-To: <20160315085654-mutt-send-email-mst@redhat.com> References: <1457974531-8768-1-git-send-email-minyard@acm.org> <20160315085654-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] Sort the fw_cfg file list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Paolo Bonzini , qemu-devel@nongnu.org, minyard@acm.org, Corey Minyard Hi, > > Don't add a new machine type in this version, just use the 2.6 one. >=20 > Unfortunately this patch won't help any, as your next patch reorders fw > cfg files which will affect the old machine types. We can make that depend on dont_sort_fw_cfgs too, to keep things as-is on old machine types. Which probably implies only new machine types will see the new smbios entries. cheers, Gerd