qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/6] Add UUID command-line option


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH v3 0/6] Add UUID command-line option
Date: Thu, 28 Aug 2008 19:52:32 +0300
User-agent: StGIT/0.14.2

This patch series implements simple qemu<->bios communication channel
using IO port in patch 1. Patches 2-5 implement UUID support. Patch 6
implements CPU speed detection needed by SMBIOS.

---

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.
      Use IO port for qemu<->guest BIOS communication.


 Makefile.target |    5 +
 configure       |   21 ++++++
 hw/fw_cfg.c     |  201 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/fw_cfg.h     |   16 ++++
 hw/pc.c         |   99 +++++++++++++++++++++++++++
 hw/sun4m.c      |   20 +++++
 hw/sun4u.c      |    7 ++
 monitor.c       |   11 +++
 sysemu.h        |    2 +
 vl.c            |   45 ++++++++++++
 10 files changed, 427 insertions(+), 0 deletions(-)
 create mode 100644 hw/fw_cfg.c
 create mode 100644 hw/fw_cfg.h

-- 
        Gleb.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]