Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-14 Thread Gerd Hoffmann
Hi, > 2. QEMU only generates type 0 if explicitly told to do so on the > command line (i.e., *not* by default). In this case, SeaBIOS (or OVMF, > or any other BIOS) would have to scan the tables and insert its own > default type 0 if one was not purposely supplied by QEMU. (I know my > current S

Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-14 Thread Gerd Hoffmann
Hi, > harm in always producing type0). Also, it would be nice to move up > patch 18 to after patch 10 - that way an end-to-end test between > old/new smbios with the new interface could be done. Agree, that would be nice to have (although I wouldn't make that a hard requirement for merging).

Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-14 Thread Markus Armbruster
"Gabriel L. Somlo" writes: > Kevin, > > Thanks for the comments. I'll work your feedback (and any other > feedback I get by early next week) into another iteration of smbios > patches for both SeaBIOS and QEMU. > > In the mean time, there's one remaining "big picture" design question: > > On Sat,

Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-12 Thread Laszlo Ersek
On 04/13/14 02:55, Gabriel L. Somlo wrote: > Kevin, > > Thanks for the comments. I'll work your feedback (and any other > feedback I get by early next week) into another iteration of smbios > patches for both SeaBIOS and QEMU. > > In the mean time, there's one remaining "big picture" design quest

Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-12 Thread Gabriel L. Somlo
Kevin, Thanks for the comments. I'll work your feedback (and any other feedback I get by early next week) into another iteration of smbios patches for both SeaBIOS and QEMU. In the mean time, there's one remaining "big picture" design question: On Sat, Apr 12, 2014 at 11:56:08AM -0400, Kevin O'C

Re: [Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-12 Thread Kevin O'Connor
On Fri, Apr 11, 2014 at 12:11:40PM -0400, Gabriel L. Somlo wrote: > Quick highlights: > > - after 10/18, we're generating tables 100% consistent with SeaBiOS > > - after 14/18, we use e820 to generate type 19 (memory area) tables > > - after 18/18, we expect SeaBIOS to check fw_cfg for a f

[Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU

2014-04-11 Thread Gabriel L. Somlo
Quick highlights: - after 10/18, we're generating tables 100% consistent with SeaBiOS - after 14/18, we use e820 to generate type 19 (memory area) tables - after 18/18, we expect SeaBIOS to check fw_cfg for a full set of tables and an entry point (e.g., we need a version of SeaBIOS whi