Re: [Xen-devel] [PATCH for-4.9 1/2] oxenstored: add an Unix syscall C extension

2017-04-18 Thread Ian Jackson
Wei Liu writes ("[PATCH for-4.9 1/2] oxenstored: add an Unix syscall C extension"): > Currently there is only uname syscall in it. I agree that this would be good to have in 4.9. The ocaml FFI has tricky memory management, so this needs review by an ocaml expert. Ian. _

[Xen-devel] [PATCH for-4.9 1/2] oxenstored: add an Unix syscall C extension

2017-04-14 Thread Wei Liu
Currently there is only uname syscall in it. Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: d...@recoil.org Cc: christian.lin...@citrix.com Cc: jonathan.lud...@citrix.com Cc: Roger Pau Monné --- tools/ocaml/xenstored/Makefile | 9 -- tools/ocaml/xenstored/unix_syscalls.ml