From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afTIn-0008Bp-63 for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afTIh-00056z-Gj for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:16:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afTIh-00056t-AQ for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:16:51 -0400 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> From: Paolo Bonzini Message-ID: <56E6C7CE.1080006@redhat.com> Date: Mon, 14 Mar 2016 15:16:46 +0100 MIME-Version: 1.0 In-Reply-To: <56E6BD13.6000303@acm.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: minyard@acm.org, "Michael S. Tsirkin" Cc: Igor Mammedov , qemu-devel@nongnu.org, Corey Minyard On 14/03/2016 14:30, Corey Minyard wrote: > On 03/13/2016 09:03 PM, Michael S. Tsirkin wrote: >> On Wed, Feb 24, 2016 at 12:59:13PM -0600, minyard@acm.org wrote: >>> From: Corey Minyard >>> >>> This is the same place that the ACPI SSDT table gets added, so that >>> devices can add themselves to the SMBIOS table. >>> >>> Signed-off-by: Corey Minyard >> This changes the order of fw cfg files, which >> is guest visible. >> Need to make it depend on either machine type 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 Paolo