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 >