From 8cda3b02882b6c2b398dffdd8533f2135e9cb088 Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Wed, 22 Aug 2012 22:26:27 +0100 Subject: 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 Committed-by: Keir Fraser --- tools/libxl/libxl_types.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/libxl/libxl_types.idl') 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), -- cgit v1.2.3