From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmQ9D-0002Nc-8S for qemu-devel@nongnu.org; Mon, 19 May 2014 12:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmQ97-0002ah-2s for qemu-devel@nongnu.org; Mon, 19 May 2014 12:10:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmQ96-0002ad-Mt for qemu-devel@nongnu.org; Mon, 19 May 2014 12:10:36 -0400 Date: Mon, 19 May 2014 19:09:19 +0300 From: "Michael S. Tsirkin" Message-ID: <20140519160919.GF31595@redhat.com> References: <1400508595-23024-1-git-send-email-somlo@cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400508595-23024-1-git-send-email-somlo@cmu.edu> Subject: Re: [Qemu-devel] [PATCH v4 0/3] SMBIOS cleanup round List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: pbonzini@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On Mon, May 19, 2014 at 10:09:52AM -0400, Gabriel L. Somlo wrote: > Changelog: OK I queued this, but not yet pushed (to collect acks). Gerd if it should be your tree instead pls let me know. > new in v4: > - slightly improved commit blurbs > > v3: > - endian-ness fix (1/3) now correctly handles cpuid version and features > - included documentation (qemu-options.hx) for type 0 uefi flag (2/3) > - fixed type 17 field sizes ("word" means 16 bits, not 32 :) :) > > > v2: > - fix endian-ness for *all* larger-than-8bit fields (patch 1/2) > - resubmit type0 update (2/2) with appropriate endian-ness fix > for 64-bit field. > > > Gabriel L. Somlo (3): > SMBIOS: Fix endian-ness when populating multi-byte fields > SMBIOS: Update Type 0 struct generator for machines >= 2.1 > SMBIOS: Fix type 17 field sizes > > hw/i386/smbios.c | 110 +++++++++++++++++++++++++---------------------- > include/hw/i386/smbios.h | 10 ++--- > qemu-options.hx | 4 +- > 3 files changed, 65 insertions(+), 59 deletions(-) > > -- > 1.9.0