qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] qemu: SMBIOS support
@ 2009-04-08 21:58 Alex Williamson
  2009-04-08 21:59 ` [Qemu-devel] [PATCH v2 1/3] qemu: Add prototype and make qemu_uuid_parse() non-static Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alex Williamson @ 2009-04-08 21:58 UTC (permalink / raw)
  To: qemu-devel, aliguori; +Cc: alex.williamson, kvm

This is a new version based on everyone's feedback.  I now support
creating type 0 & 1 SMBIOS fields from the command line as well as
loading binary blob entries.  It should be pretty trivial to add
support for modifying other generated tables from the command line.

Rather than moving the parsing code to vl.c, I made new smbios.[ch]
files, which seems to clean things up nicely.  I've implemented a
collision detector, so you can't pass both a binary blob containing
a type 1 entry and options to modify the entry.  Useful error
messages should be generated if this is attempted.  I've also
incorporated the -uuid option, so it's handled by the bios the
same as any other modification to an smbios field.  Let me know if
there are any further suggestions.  Thanks,

Alex

---

Alex Williamson (3):
      qemu:bios: Load SMBIOS entries and files from qemu
      qemu: Add support for SMBIOS command line otions
      qemu: Add prototype and make qemu_uuid_parse() non-static


 Makefile.target  |    2 
 bios/rombios32.c |  299 +++++++++++++++++++++++++++++++++++++++++++------------
 hw/pc.c          |    9 +
 hw/smbios.c      |  224 +++++++++++++++++++++++++++++++++++++++++
 hw/smbios.h      |  162 +++++++++++++++++++++++++++++
 qemu-options.hx  |   21 +++
 sysemu.h         |    1 
 vl.c             |   13 ++
 8 files changed, 666 insertions(+), 65 deletions(-)
 create mode 100644 hw/smbios.c
 create mode 100644 hw/smbios.h

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

end of thread, other threads:[~2009-04-17 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 21:58 [Qemu-devel] [PATCH v2 0/3] qemu: SMBIOS support Alex Williamson
2009-04-08 21:59 ` [Qemu-devel] [PATCH v2 1/3] qemu: Add prototype and make qemu_uuid_parse() non-static Alex Williamson
2009-04-17 19:01   ` [Qemu-devel] " Anthony Liguori
2009-04-08 21:59 ` [Qemu-devel] [PATCH v2 2/3] qemu: Add support for SMBIOS command line otions Alex Williamson
2009-04-08 22:06 ` [Qemu-devel] [PATCH v2 3/3] qemu:bios: Load SMBIOS entries and files from qemu Alex Williamson

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).