hvm: Remove VM genearation ID device and incr_generationid from build_info.
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Aug 2012 21:26:27 +0000 (22:26 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Aug 2012 21:26:27 +0000 (22:26 +0100)
commit8cda3b02882b6c2b398dffdd8533f2135e9cb088
treebc175ce4562466ede39a71f503fa288de235355f
parent64b135198b8e61fbc2c5bc58439a0dcfe64c9af8
hvm: Remove VM genearation ID device and incr_generationid from build_info.

Microsoft have now published their VM generation ID specification at
https://www.microsoft.com/en-us/download/details.aspx?id=30707.
It differs from the original specification upon which I based my
implementation in several key areas. Particularly, it is no longer
an incrementing 64-bit counter and so this patch is to remove
the incr_generationid field from the build_info and also disable the
ACPI device before 4.2 is released.

I will follow up with further patches to implement the VM generation
ID to the new specification.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
tools/firmware/hvmloader/acpi/dsdt.asl
tools/libxl/libxl_create.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_sxp.c