Re: [Qemu-devel] [PULL 0/7] smbios: make qemu generate smbios tables.

2014-05-05 Thread Gerd Hoffmann
Hi, > I'm afraid this doesn't compile: /me goes add a -m32 build to the test matrix. Hmm, looks like "make check" has issues on 32bit: CCtests/test-cutils.o /home/kraxel/projects/qemu/tests/test-cutils.c: In function ‘test_parse_uint_llong_max’: /home/kraxel/projects/qemu/tests/test-cut

Re: [Qemu-devel] [PULL 0/7] smbios: make qemu generate smbios tables.

2014-05-01 Thread Peter Maydell
On 29 April 2014 13:11, Gerd Hoffmann wrote: > Hi, > > This patch series makes qemu generate smbios tables for 2.1 & newer > machine types. Most patches are created by Gabriel L. Somlo. For the > new machine type I've picked mst's patch though, so git should have an > easier job sorting things

[Qemu-devel] [PULL 0/7] smbios: make qemu generate smbios tables.

2014-04-29 Thread Gerd Hoffmann
Hi, This patch series makes qemu generate smbios tables for 2.1 & newer machine types. Most patches are created by Gabriel L. Somlo. For the new machine type I've picked mst's patch though, so git should have an easier job sorting things in case the same thing comes in through another branch.