qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/8] Add new firmware configuration mechanism
@ 2008-09-11 13:23 Gleb Natapov
  2008-09-11 13:23 ` [Qemu-devel] [PATCH v6 1/8] Key/value based qemu<->guest firmware communication mechanism Gleb Natapov
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Gleb Natapov @ 2008-09-11 13:23 UTC (permalink / raw)
  To: qemu-devel

Hi,

Here the latest version of the patch series.

This patch series implements simple key/value base communication channel
to pass firmware configuration from qemu to guest firmware in patch 1.
Patches 2-5 implement UUID support. Patch 6 implements CPU speed detection
needed by SMBIOS. Patch 7 adds more common keys that may be used by
various firmwares. Patch 8 add sparc specific keys.

---

Blue Swirl (2):
      Add sparc keys to firmware configuration.
      Add common keys to firmware configuration

Gleb Natapov (6):
      Pass cpu speed into SM BIOS.
      Add UUID to firmware configuration info.
      Use libuuid if available.
      Add "info uuid" command to monitor.
      Add -uuid command line option.
      Key/value based qemu<->guest firmware communication mechanism.


 Makefile.target |    5 +
 configure       |   21 ++++
 hw/fw_cfg.c     |  295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/fw_cfg.h     |   33 ++++++
 hw/pc.c         |   96 ++++++++++++++++++
 hw/sun4m.c      |   93 ++++++++++++++---
 hw/sun4u.c      |   15 +++
 monitor.c       |   11 ++
 sysemu.h        |    2 
 vl.c            |   48 +++++++++
 10 files changed, 600 insertions(+), 19 deletions(-)
 create mode 100644 hw/fw_cfg.c
 create mode 100644 hw/fw_cfg.h

-- 
        Gleb.

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

end of thread, other threads:[~2008-09-19 10:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11 13:23 [Qemu-devel] [PATCH v6 0/8] Add new firmware configuration mechanism Gleb Natapov
2008-09-11 13:23 ` [Qemu-devel] [PATCH v6 1/8] Key/value based qemu<->guest firmware communication mechanism Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 2/8] Add -uuid command line option Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 3/8] Add "info uuid" command to monitor Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 4/8] Use libuuid if available Gleb Natapov
2008-09-11 14:05   ` Paul Brook
2008-09-12 10:13     ` Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 5/8] Add UUID to firmware configuration info Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 6/8] Pass cpu speed into SM BIOS Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 7/8] Add common keys to firmware configuration Gleb Natapov
2008-09-11 13:24 ` [Qemu-devel] [PATCH v6 8/8] Add sparc " Gleb Natapov
2008-09-11 19:30 ` [Qemu-devel] [PATCH v6 0/8] Add new firmware configuration mechanism Blue Swirl
2008-09-16 13:27   ` Gleb Natapov
2008-09-16 17:37     ` Blue Swirl
2008-09-18 18:36       ` Blue Swirl
2008-09-19 10:49         ` Gleb Natapov

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