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

Hi,

Here the latest version of the patch series. I hope now ready for inclusion.

This patch series implements simple key/value base communication channel
to pass firmware configuration from qemu to gues 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     |  226 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/fw_cfg.h     |   26 ++++++
 hw/pc.c         |   96 +++++++++++++++++++++++
 hw/sun4m.c      |   93 ++++++++++++++++++-----
 hw/sun4u.c      |   15 ++++
 monitor.c       |   11 +++
 sysemu.h        |    2 
 vl.c            |   48 ++++++++++++
 10 files changed, 524 insertions(+), 19 deletions(-)
 create mode 100644 hw/fw_cfg.c
 create mode 100644 hw/fw_cfg.h

-- 
        Gleb.

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08  5:42 [Qemu-devel] [PATCH v5 0/8] Add new firmware configuration mechanism Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 1/8] Key/value based qemu<->guest firmware communication mechanism Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 2/8] Add -uuid command line option Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 3/8] Add "info uuid" command to monitor Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 4/8] Use libuuid if available Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 5/8] Add UUID to firmware configuration info Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 6/8] Pass cpu speed into SM BIOS Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 7/8] Add common keys to firmware configuration Gleb Natapov
2008-09-08  5:42 ` [Qemu-devel] [PATCH v5 8/8] Add sparc " Gleb Natapov
2008-09-10 15:29 ` [Qemu-devel] [PATCH v5 0/8] Add new firmware configuration mechanism Anthony Liguori
2008-09-10 15:33   ` Gleb Natapov
2008-09-10 16:34     ` Blue Swirl

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