[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 14 of 15] libxl: ocaml: generate libxl_domain_config bindings
# HG changeset patch # User Ian Campbell <ijc@xxxxxxxxxxxxxx> # Date 1353432141 0 # Node ID 41f0137955f4a1a5a76ad34a5a6440e32d0090ef # Parent c8d22bfef298ce525c98b5a3f0c394068ab01572 libxl: ocaml: generate libxl_domain_config bindings With the infrastructure we now have in place this is trivial. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r c8d22bfef298 -r 41f0137955f4 tools/libxl/libxl_types.idl --- a/tools/libxl/libxl_types.idl Tue Nov 20 17:22:21 2012 +0000 +++ b/tools/libxl/libxl_types.idl Tue Nov 20 17:22:21 2012 +0000 @@ -417,7 +417,7 @@ libxl_domain_config = Struct("domain_con ("on_reboot", libxl_action_on_shutdown), ("on_watchdog", libxl_action_on_shutdown), ("on_crash", libxl_action_on_shutdown), - ]) + ], dir=DIR_IN) libxl_diskinfo = Struct("diskinfo", [ ("backend", string), diff -r c8d22bfef298 -r 41f0137955f4 tools/ocaml/libs/xl/genwrap.py --- a/tools/ocaml/libs/xl/genwrap.py Tue Nov 20 17:22:21 2012 +0000 +++ b/tools/ocaml/libs/xl/genwrap.py Tue Nov 20 17:22:21 2012 +0000 @@ -420,7 +420,6 @@ if __name__ == '__main__': # Do not generate these yet. blacklist = [ "cpupoolinfo", - "domain_config", "vcpuinfo", ] _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |