qemu-devel
[Top][All Lists]
Advanced

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

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


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH v2 0/6] Add UUID command-line option
Date: Mon, 25 Aug 2008 12:58:00 +0300
User-agent: StGIT/0.14.2

Resend the patch series after addressing most comments.

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 BIOS 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 |    4 +
 configure       |   21 ++++++++
 hw/pc.c         |  149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 monitor.c       |   11 ++++
 sysemu.h        |    2 +
 vl.c            |   42 ++++++++++++++++
 6 files changed, 229 insertions(+), 0 deletions(-)

-- 
        Gleb.




reply via email to

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