From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afU0D-0002Lr-0X for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afU09-0007ch-5n for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:01:48 -0400 Received: from mail-pf0-x231.google.com ([2607:f8b0:400e:c00::231]:34438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afU08-0007cR-SB for qemu-devel@nongnu.org; Mon, 14 Mar 2016 11:01:45 -0400 Received: by mail-pf0-x231.google.com with SMTP id x3so44173753pfb.1 for ; Mon, 14 Mar 2016 08:01:44 -0700 (PDT) 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> From: Corey Minyard Message-ID: <56E6D255.5010402@mvista.com> Date: Mon, 14 Mar 2016 22:01:41 +0700 MIME-Version: 1.0 In-Reply-To: <56E6C7CE.1080006@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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: Paolo Bonzini , minyard@acm.org, "Michael S. Tsirkin" Cc: Igor Mammedov , qemu-devel@nongnu.org On 03/14/2016 09:16 PM, Paolo Bonzini wrote: > > 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 I could take that patch and modify it to add a new machine type... -corey > Paolo