Ian Campbell
2012-Nov-20 17:23 UTC
[PATCH 14 of 15] libxl: ocaml: generate libxl_domain_config bindings
# HG changeset patch # User Ian Campbell <ijc@hellion.org.uk> # 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@citrix.com> 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", ]
Rob Hoes
2012-Nov-30 11:14 UTC
Re: [PATCH 14 of 15] libxl: ocaml: generate libxl_domain_config bindings
> # HG changeset patch > # User Ian Campbell <ijc@hellion.org.uk> # 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@citrix.com>Acked-by: Rob Hoes <rob.hoes@citrix.com>> 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@lists.xen.org > http://lists.xen.org/xen-devel