libxl: add new "defbool" built in type.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 1 Mar 2012 12:26:14 +0000 (12:26 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 1 Mar 2012 12:26:14 +0000 (12:26 +0000)
commit50cbda0d0b1bffa4a7af91b5ff8a65d88191fdbb
treefcc97d3b3fbf51bdccae615127ae6c94e4ff6a0c
parent966deb4db61ea44e2487c84daa0939f52416fa83
libxl: add new "defbool" built in type.

This type is a but like a "boolean" but with a third state "default" (so really
I suppose it's a tristate).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/gentest.py
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_json.c
tools/libxl/libxl_types.idl
tools/libxl/libxlu_cfg.c
tools/libxl/libxlutil.h
tools/ocaml/libs/xl/genwrap.py
tools/ocaml/libs/xl/xenlight_stubs.c
tools/python/genwrap.py
tools/python/xen/lowlevel/xl/xl.c