From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agDTW-0000KN-Rk for qemu-devel@nongnu.org; Wed, 16 Mar 2016 11:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agDTT-0002Ii-LO for qemu-devel@nongnu.org; Wed, 16 Mar 2016 11:35:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agDTT-0002Ho-FS for qemu-devel@nongnu.org; Wed, 16 Mar 2016 11:35:03 -0400 References: <20160315085654-mutt-send-email-mst@redhat.com> <1458025488.13231.20.camel@redhat.com> <20160315091411-mutt-send-email-mst@redhat.com> <1458027249.13231.27.camel@redhat.com> <20160315093529-mutt-send-email-mst@redhat.com> <1458031522.13231.39.camel@redhat.com> <20160315113016-mutt-send-email-mst@redhat.com> <56E80253.3080605@acm.org> <20160315144324-mutt-send-email-mst@redhat.com> <56E83A17.1010906@mvista.com> <20160315185844-mutt-send-email-mst@redhat.com> <56E979E3.8080806@mvista.com> From: Paolo Bonzini Message-ID: <56E97D21.40108@redhat.com> Date: Wed, 16 Mar 2016 16:34:57 +0100 MIME-Version: 1.0 In-Reply-To: <56E979E3.8080806@mvista.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Corey Minyard , "Michael S. Tsirkin" Cc: Gerd Hoffmann , Corey Minyard , qemu-devel@nongnu.org On 16/03/2016 16:21, Corey Minyard wrote: > One more thing here. I've realized that this is used for > non-x86, too, and I'm wondering how much those matter. > It's going to be really hard to figure out an order for these, > as different boards/arches use the same names and install > them in different orders. > > For legacy mode, can I just put them in order for non-x86? > Is there an easy way to detect that you are running x86? Of all boards that support fw-cfg, only x86 does versioning so they are not a problem. Paolo