aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_types.idl
diff options
context:
space:
mode:
authorPaul Durrant <paul.durrant@citrix.com>2012-08-22 22:26:27 +0100
committerPaul Durrant <paul.durrant@citrix.com>2012-08-22 22:26:27 +0100
commit8cda3b02882b6c2b398dffdd8533f2135e9cb088 (patch)
treebc175ce4562466ede39a71f503fa288de235355f /tools/libxl/libxl_types.idl
parent64b135198b8e61fbc2c5bc58439a0dcfe64c9af8 (diff)
downloadxen-8cda3b02882b6c2b398dffdd8533f2135e9cb088.tar.gz
xen-8cda3b02882b6c2b398dffdd8533f2135e9cb088.tar.bz2
xen-8cda3b02882b6c2b398dffdd8533f2135e9cb088.zip
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>
Diffstat (limited to 'tools/libxl/libxl_types.idl')
-rw-r--r--tools/libxl/libxl_types.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index daa8c790ed..c5716a44bd 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -292,7 +292,6 @@ libxl_domain_build_info = Struct("domain_build_info",[
("vpt_align", libxl_defbool),
("timer_mode", libxl_timer_mode),
("nested_hvm", libxl_defbool),
- ("incr_generationid",libxl_defbool),
("nographic", libxl_defbool),
("vga", libxl_vga_interface_info),
("vnc", libxl_vnc_info),