qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] SMBIOS (Set of 10 patches)
@ 2014-03-10 16:56 Gabriel L. Somlo
  2014-03-10 17:55 ` Eric Blake
  2014-03-11 10:03 ` Gerd Hoffmann
  0 siblings, 2 replies; 51+ messages in thread
From: Gabriel L. Somlo @ 2014-03-10 16:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: agraf, armbru, alex.williamson, kevin, kraxel, lersek

Hi,

This patch set builds full smbios tables in QEMU, and sends them to
the bios via fw_cfg as SMBIOS_TABLE_ENTRY blobs.

I'm resending these without the "In-Reply-To" line to avoid having
them getting buried under a bunch of other email, per Stefan's
suggestion in an unrelated thread. Also cc-ing Alex and Markus as
the original authors of the QEMU smbios.c file.

On Thu, Mar 06, 2014 at 10:03:32AM +0100, Gerd Hoffmann wrote:
> So, if we manage to get the patches into shape in time for qemu 2.0 your
> way to do that is fine.  We are pretty close to the 2.0 freeze though,
> so maybe we should better plan for post-2.0 anyway, especially as you
> plan to add more tables.

Hopefully it's not too late, and the patches are in good enough shape :)

I'd still like to get types 19, 20, 32, and 127 build in QEMU, but
that change wouldn't be visible to guests, and therefore could probably
be put in later.

Please let me know what you think.

Thanks,
--Gabriel

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2014-03-12 18:21 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 16:56 [Qemu-devel] SMBIOS (Set of 10 patches) Gabriel L. Somlo
2014-03-10 17:55 ` Eric Blake
2014-03-10 18:17   ` Gabriel L. Somlo
2014-03-10 18:31     ` Gabriel L. Somlo
2014-03-10 19:14     ` Eric Blake
2014-03-10 19:22       ` Eric Blake
2014-03-10 19:31   ` Eric Blake
2014-03-11 10:03 ` Gerd Hoffmann
2014-03-11 13:27   ` Kevin O'Connor
2014-03-12  8:31     ` Gerd Hoffmann
2014-03-11 15:16   ` [Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 01/13] SMBIOS: Update all table definitions to smbios spec v2.3 Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 02/13] SMBIOS: Rename smbios_set_type1_defaults() for more general use Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 03/13] SMBIOS: Use macro to set smbios defaults Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 04/13] SMBIOS: Use bitmaps to check for smbios table collisions Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 05/13] SMBIOS: Add code to build full smbios tables; build type 2 table Gabriel L. Somlo
2014-03-11 16:28       ` [Qemu-devel] [v3 " Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 06/13] SMBIOS: Build full tables for types 0 and 1 Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 07/13] SMBIOS: Remove unused code for passing individual fields to bios Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 08/13] SMBIOS: Build full type 3 table Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 09/13] SMBIOS: Build full type 4 tables Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 10/13] SMBIOS: Build full smbios v2.3 compliant type 16 and 17 tables Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 11/13] SMBIOS: Build full type 19 tables Gabriel L. Somlo
2014-03-12  8:27       ` Gerd Hoffmann
2014-03-12 13:05         ` Gabriel L. Somlo
2014-03-12 13:24           ` Gerd Hoffmann
2014-03-12 14:44             ` Gabriel L. Somlo
2014-03-12 15:51               ` Gerd Hoffmann
2014-03-12 16:45             ` Gabriel L. Somlo
2014-03-12 18:04             ` Gabriel L. Somlo
2014-03-12 18:17               ` Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 12/13] SMBIOS: Build full type 20 tables Gabriel L. Somlo
2014-03-11 15:16     ` [Qemu-devel] [v2 PATCH 13/13] SMBIOS: Build full tables for type 32 and 127 Gabriel L. Somlo
2014-03-11 15:46     ` [Qemu-devel] [v2 PATCH 00/13] SMBIOS: build full tables in QEMU Kevin O'Connor
2014-03-11 16:58       ` Gabriel L. Somlo
2014-03-12  8:20         ` Gerd Hoffmann
2014-03-12 16:39           ` [Qemu-devel] [v3 " Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 01/13] SMBIOS: Rename smbios_set_type1_defaults() for more general use Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 02/13] SMBIOS: Use macro to set smbios defaults Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 03/13] SMBIOS: Use bitmaps to check for smbios table collisions Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 04/13] SMBIOS: Add code to build full smbios tables; build type 2 table Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 05/13] SMBIOS: Build full tables for types 0 and 1 Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 06/13] SMBIOS: Remove unused code for passing individual fields to bios Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 07/13] SMBIOS: Build full type 3 table Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 08/13] SMBIOS: Build full type 4 tables Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 09/13] SMBIOS: Build full smbios type 16 and 17 tables Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 10/13] SMBIOS: Build full type 19 tables Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 11/13] SMBIOS: Build full type 20 tables Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 12/13] SMBIOS: Build full tables for type 32 and 127 Gabriel L. Somlo
2014-03-12 16:40             ` [Qemu-devel] [v3 PATCH 13/13] SMBIOS: Update all table definitions to smbios spec v2.3 Gabriel L. Somlo
2014-03-12 16:48             ` [Qemu-devel] [v3 PATCH 00/13] SMBIOS: build full tables in QEMU Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).