All of lore.kernel.org
 help / color / mirror / Atom feed
From: ben@skyportsystems.com
To: qemu-devel@nongnu.org
Cc: Ben Warren <ben@skyportsystems.com>
Subject: [Qemu-devel] [PATCH 0/5] RFC: Add support for VM Generation ID
Date: Mon, 19 Dec 2016 14:46:29 -0800	[thread overview]
Message-ID: <cover.1482187052.git.ben@skyportsystems.com> (raw)

From: Ben Warren <ben@skyportsystems.com>

This patch set adds support for passing a GUID to Windows guests.  It is a
re-implementation of previous patch sets written by Igor Mammedov et al, but
this time passing the GUID data as a fw_cfg blob.

This has been tested to work with Windows 2012 R2.  I consider it RFC quality
since there are probably problems with the HMP implementation and no unit tests
are included.

Ben Warren (3):
  docs: vm generation id device's description
  ACPI: Add a function for building named qword entries
  ACPI: Add Virtual Machine Generation ID support

Igor Mammedov (2):
  qmp/hmp: add query-vm-generation-id and 'info vm-generation-id'
    commands
  qmp/hmp: add set-vm-generation-id commands

 default-configs/i386-softmmu.mak   |   1 +
 default-configs/x86_64-softmmu.mak |   1 +
 docs/specs/vmgenid.txt             |  39 ++++++++
 hmp-commands-info.hx               |  13 +++
 hmp-commands.hx                    |  13 +++
 hmp.c                              |  22 +++++
 hmp.h                              |   2 +
 hw/acpi/Makefile.objs              |   1 +
 hw/acpi/aml-build.c                |  28 ++++++
 hw/acpi/vmgenid.c                  | 198 +++++++++++++++++++++++++++++++++++++
 hw/i386/acpi-build.c               |   5 +
 hw/misc/Makefile.objs              |   1 +
 include/hw/acpi/aml-build.h        |   4 +
 include/hw/acpi/vmgenid.h          |  26 +++++
 qapi-schema.json                   |  32 ++++++
 stubs/Makefile.objs                |   1 +
 stubs/vmgenid.c                    |  14 +++
 17 files changed, 401 insertions(+)
 create mode 100644 docs/specs/vmgenid.txt
 create mode 100644 hw/acpi/vmgenid.c
 create mode 100644 include/hw/acpi/vmgenid.h
 create mode 100644 stubs/vmgenid.c

-- 
2.7.4

             reply	other threads:[~2016-12-19 22:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-19 22:46 ben [this message]
2016-12-19 22:46 ` [Qemu-devel] [PATCH 1/5] docs: vm generation id device's description ben
2016-12-19 22:46 ` [Qemu-devel] [PATCH 2/5] ACPI: Add a function for building named qword entries ben
2016-12-19 22:46 ` [Qemu-devel] [PATCH 3/5] ACPI: Add Virtual Machine Generation ID support ben
2016-12-19 22:46 ` [Qemu-devel] [PATCH 4/5] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands ben
2016-12-19 22:46 ` [Qemu-devel] [PATCH 5/5] qmp/hmp: add set-vm-generation-id commands ben
2016-12-20 14:36   ` Eric Blake
2016-12-20 17:23     ` Ben Warren
2016-12-20 23:04 ` [Qemu-devel] [PATCH 0/5] RFC: Add support for VM Generation ID no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1482187052.git.ben@skyportsystems.com \
    --to=ben@skyportsystems.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.