[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 26/28] libxl: ocaml: add disk and cdrom helper functions
On Mon, 2013-03-25 at 14:45 +0000, Rob Hoes wrote: > Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx> > --- > tools/ocaml/libs/xl/genwrap.py | 5 ++++- > tools/ocaml/libs/xl/xenlight_stubs.c | 19 ++++++++++++++----- > 2 files changed, 18 insertions(+), 6 deletions(-) > > diff --git a/tools/ocaml/libs/xl/genwrap.py b/tools/ocaml/libs/xl/genwrap.py > index becdef8..5bc165d 100644 > --- a/tools/ocaml/libs/xl/genwrap.py > +++ b/tools/ocaml/libs/xl/genwrap.py > @@ -30,7 +30,10 @@ DEVICE_FUNCTIONS = [ ("add", ["ctx", > "?async:'a", "t", "domid", "unit > functions = { # ( name , [type1,type2,....] ) > "device_vfb": DEVICE_FUNCTIONS, > "device_vkb": DEVICE_FUNCTIONS, > - "device_disk": DEVICE_FUNCTIONS, > + "device_disk": DEVICE_FUNCTIONS + > + [ ("insert", ["ctx", "?async:'a", "t", > "domid", "unit"]), > + ("of_vdev", ["ctx", "domid", "string", "t"]), No list? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |