Re: [Qemu-devel] [PATCH v3 0/3] SMBIOS cleanup round

2014-05-19 Thread Michael S. Tsirkin
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 3

Re: [Qemu-devel] [PATCH v3 0/3] SMBIOS cleanup round

2014-05-14 Thread Laszlo Ersek
On 05/13/14 23:16, 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: > -

[Qemu-devel] [PATCH v3 0/3] SMBIOS cleanup round

2014-05-13 Thread Gabriel L. Somlo
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)