From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afUMm-0007s2-7j for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:25:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afUMi-0005iL-VU for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:25:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afUMi-0005hw-Px for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:25:04 -0400 Message-ID: <1457969102.5358.25.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 14 Mar 2016 16:25:02 +0100 In-Reply-To: <56E6D255.5010402@mvista.com> References: <1456340356-17147-1-git-send-email-minyard@acm.org> <1456340356-17147-3-git-send-email-minyard@acm.org> <20160313160206-mutt-send-email-mst@redhat.com> <56E6BD13.6000303@acm.org> <56E6C7CE.1080006@redhat.com> <56E6D255.5010402@mvista.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/5] pc: Postpone SMBIOS table installation to post machine init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corey Minyard Cc: Paolo Bonzini , Igor Mammedov , qemu-devel@nongnu.org, minyard@acm.org, "Michael S. Tsirkin" Hi, > > Didn't Gerd have a patch to sort fw_cfg files? > > > > ... yes, here it is: > > https://lists.gnu.org/archive/html/qemu-devel/2015-06/msg05238.html >=20 > I could take that patch and modify it to add a new machine type... Sure, go ahead. Didn't submit the patch because I wasn't sure it is worth it, especially the compat stuff, do it on new machine types only etc. But if we now have to change the order _anyway_ for new machine types it is a good opportunity to move to a sorted order at the same time, so we will not have that problem (init order changes reorders fw_cfg file directory) again. cheers, Gerd