From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmLDY-0007Uu-Ua for qemu-devel@nongnu.org; Mon, 19 May 2014 06:54:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmLDS-0001aX-Jt for qemu-devel@nongnu.org; Mon, 19 May 2014 06:54:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmLDS-0001aC-98 for qemu-devel@nongnu.org; Mon, 19 May 2014 06:54:46 -0400 Date: Mon, 19 May 2014 13:53:36 +0300 From: "Michael S. Tsirkin" Message-ID: <20140519105336.GA29674@redhat.com> References: <1400015769-717-1-git-send-email-somlo@cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400015769-717-1-git-send-email-somlo@cmu.edu> Subject: Re: [Qemu-devel] [PATCH v3 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 Tue, May 13, 2014 at 05:16:06PM -0400, Gabriel L. Somlo wrote: > Changelog: > > 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. Looks good to me. Which tree are these going through? > Gabriel L. Somlo (3): > SMBIOS: Fix endian-ness when populating fields wider than 8-bit > SMBIOS: Update Type 0 struct generator for machines >= 2.1 > SMBIOS: Fix type 17 v2.7+ 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 >