From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmOGZ-0004sT-P1 for qemu-devel@nongnu.org; Mon, 19 May 2014 10:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmOGQ-00078U-KZ for qemu-devel@nongnu.org; Mon, 19 May 2014 10:10:11 -0400 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:58728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmOGQ-00074R-Gp for qemu-devel@nongnu.org; Mon, 19 May 2014 10:10:02 -0400 Received: by mail-qg0-f46.google.com with SMTP id q108so8628980qgd.5 for ; Mon, 19 May 2014 07:10:02 -0700 (PDT) From: "Gabriel L. Somlo" Date: Mon, 19 May 2014 10:09:52 -0400 Message-Id: <1400508595-23024-1-git-send-email-somlo@cmu.edu> Subject: [Qemu-devel] [PATCH v4 0/3] SMBIOS cleanup round List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, lersek@redhat.com, kraxel@redhat.com, mst@redhat.com Changelog: 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