All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V9 0/3] Virtual Machine Generation ID
@ 2014-12-09 16:14 Gal Hammer
  2014-12-09 16:14 ` [Qemu-devel] [PATCH V9 1/3] docs: vm generation id device's description Gal Hammer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gal Hammer @ 2014-12-09 16:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gal Hammer

Hi,

Resending patches after the release of version 2.2.

Please note that this patch set doesn't include the *.hex.generated
files and the binary ACPI tables (make check will fail).

Thanks,

    Gal.

V9 - Add a unit test.
   - Rebased to version 2.2.
   - Removed hex.generated the binary files from patch.

V8 - Add a device's description file.
   - GUID is stored in fw cfg file and the guest writes the
     physical address to the device (reduces vmexits).

V7 - Move the device's description back to the static SSDT table.
   - The GUID is store in a "hard coded" physical address and not
     in the ACPI table itself.
   - ACPI notification is triggered when the GUID is changed.

V6 - include the pre-compiled ASL file
   - remove an empty line at end of files.

V5 - Move device's description to SSDT table (dynamic).

V4 - Fix a typo in error message string.
   - Move device's description from DSDT back to SSDT table.

V3 - Remove "-uuid" command line parameter.
   - Move device's description from SSDT to DSDT table.
   - Add new "vmgenid" sysbus device.

Gal Hammer (3):
  docs: vm generation id device's description
  i386: Add a Virtual Machine Generation ID device
  tests: add a unit test for the vmgenid device.

 default-configs/i386-softmmu.mak     |  1 +
 default-configs/x86_64-softmmu.mak   |  1 +
 docs/specs/vmgenid.txt               | 27 ++++++++++++++++++++
 hw/acpi/core.c                       |  8 ++++++
 hw/acpi/ich9.c                       |  8 ++++++
 hw/acpi/piix4.c                      |  8 ++++++
 hw/i386/acpi-build.c                 | 26 +++++++++++++++++++
 hw/i386/acpi-dsdt.dsl                |  4 ++-
 hw/i386/pc.c                         |  8 ++++++
 hw/i386/q35-acpi-dsdt.dsl            |  5 +++-
 hw/i386/ssdt-misc.dsl                | 43 ++++++++++++++++++++++++++++++++
 hw/isa/lpc_ich9.c                    |  1 +
 hw/misc/Makefile.objs                |  1 +
 include/hw/acpi/acpi.h               |  2 ++
 include/hw/acpi/acpi_dev_interface.h |  4 +++
 include/hw/acpi/ich9.h               |  2 ++
 include/hw/i386/pc.h                 |  3 +++
 tests/Makefile                       |  2 ++
 tests/vmgenid-test.c                 | 48 ++++++++++++++++++++++++++++++++++++
 19 files changed, 200 insertions(+), 2 deletions(-)
 create mode 100644 docs/specs/vmgenid.txt
 create mode 100644 tests/vmgenid-test.c

-- 
1.9.3

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

end of thread, other threads:[~2014-12-10 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 16:14 [Qemu-devel] [PATCH V9 0/3] Virtual Machine Generation ID Gal Hammer
2014-12-09 16:14 ` [Qemu-devel] [PATCH V9 1/3] docs: vm generation id device's description Gal Hammer
2014-12-09 17:50   ` Eric Blake
2014-12-10 15:41     ` Gal Hammer
2014-12-09 16:14 ` [Qemu-devel] [PATCH V9 2/3] i386: Add a Virtual Machine Generation ID device Gal Hammer
2014-12-09 16:14 ` [Qemu-devel] [PATCH V9 3/3] tests: add a unit test for the vmgenid device Gal Hammer

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.