From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoDn-00010k-AL for qemu-devel@nongnu.org; Tue, 01 Sep 2015 12:15:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWoDk-0003AV-4u for qemu-devel@nongnu.org; Tue, 01 Sep 2015 12:15:43 -0400 Received: from mail-vk0-f54.google.com ([209.85.213.54]:34125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoDj-0003AL-RT for qemu-devel@nongnu.org; Tue, 01 Sep 2015 12:15:39 -0400 Received: by vkhf67 with SMTP id f67so60001976vkh.1 for ; Tue, 01 Sep 2015 09:15:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1440615870-9518-1-git-send-email-wei@redhat.com> References: <1440615870-9518-1-git-send-email-wei@redhat.com> From: Peter Maydell Date: Tue, 1 Sep 2015 17:15:19 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [ARM SMBIOS V5 PATCH 0/2]SMBIOS Support for ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Huang Cc: Andrew Jones , Ard Biesheuvel , Eduardo Habkost , Ivan Khoronzhuk , "Michael S. Tsirkin" , "Gabriel L. Somlo" , Shannon Zhao , QEMU Developers , Leif Lindholm , Roy Franz , Igor Mammedov , Paolo Bonzini , Laszlo Ersek , jdelvare@suse.de, Richard Henderson On 26 August 2015 at 20:04, Wei Huang wrote: > SMBIOS tables present userful system hardware info to management > applications, such as DMI tools. Even though SMBIOS was originally > developed for Intel x86, it has been extended to both Itanium and > ARM (32bit & 64bit). More and more ARM server releases, such as > RHEL Server for ARM, start to integrate support for SMBIOS. > > This patchset is intendted to provid SMBIOS tables for ARM mach-virt > machine. The SMBIOS tables are created and stored in fw_cfg, relying on > OVMF (AAVMF) to parse/present SMBIOS entry. > > Given that refractoring patches have been accepted by upstream. This new > version (V5) integrates SMBIOS 3.0 support for ARM mach-virt. I have > tested this version using a customized AAVMF created by Laszlo, who > has submitted his patches to OVMF mailing list. Compatibility tests > for x86 VMs (Linux & Windows) also passed. Thanks, applied to target-arm.next. -- PMM