aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_types.idl
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-01 12:26:15 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-03-01 12:26:15 +0000
commit80c9b2be515f6f3b7fb5467c4aa937c62e0ab53e (patch)
tree80876e96c7e1cb7aa295ad14ead1584b2b295c0c /tools/libxl/libxl_types.idl
parent071a3436dfded497d0cd40ea1cd3227306b28a6f (diff)
downloadxen-80c9b2be515f6f3b7fb5467c4aa937c62e0ab53e.tar.gz
xen-80c9b2be515f6f3b7fb5467c4aa937c62e0ab53e.tar.bz2
xen-80c9b2be515f6f3b7fb5467c4aa937c62e0ab53e.zip
libxl: switch generation id control to libxl_defbool.
This allows it to be set via the _init/_setdefault methods. Also switch the sense of the variable in the libxl API, since once you add defbool to the mix the double negatives become even more confusing. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Paul Durrant <Paul.Durrant@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_types.idl')
-rw-r--r--tools/libxl/libxl_types.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index 3b5590b0d7..2810e36656 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -267,7 +267,7 @@ libxl_domain_build_info = Struct("domain_build_info",[
("vpt_align", libxl_defbool),
("timer_mode", libxl_timer_mode),
("nested_hvm", libxl_defbool),
- ("no_incr_generationid", bool),
+ ("incr_generationid",libxl_defbool),
("nographic", bool),
("stdvga", bool),
("vnc", libxl_vnc_info),