Re: [Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-02 Thread Ian Campbell
On Wed, 2015-09-02 at 09:50 +, Dave Scott wrote: > Looks fine to me. > > Acked-by: David Scott Applied. > > > On 1 Sep 2015, at 19:34, Doug Goldstein wrote: > > > > Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers > > using > > /dev/xen/xenbus over /proc/xen/xenbus. Th

Re: [Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-02 Thread Wei Liu
On Tue, Sep 01, 2015 at 01:34:02PM -0500, Doug Goldstein wrote: > Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers using > /dev/xen/xenbus over /proc/xen/xenbus. This makes the OCaml xenstore > library contain the same preference. > > Signed-off-by: Doug Goldstein Release-acked

Re: [Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-02 Thread Dave Scott
Looks fine to me. Acked-by: David Scott > On 1 Sep 2015, at 19:34, Doug Goldstein wrote: > > Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers using > /dev/xen/xenbus over /proc/xen/xenbus. This makes the OCaml xenstore > library contain the same preference. > > Signed-off-by

Re: [Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-01 Thread Wei Liu
Cc Dave On Tue, Sep 01, 2015 at 01:34:02PM -0500, Doug Goldstein wrote: > Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers using > /dev/xen/xenbus over /proc/xen/xenbus. This makes the OCaml xenstore > library contain the same preference. > > Signed-off-by: Doug Goldstein > ---

[Xen-devel] [PATCH] ocaml/xs: prefer using character device

2015-09-01 Thread Doug Goldstein
Since 9c89dc95201ffed5fead17b35754bf9440fdbdc0 libxenstore prefers using /dev/xen/xenbus over /proc/xen/xenbus. This makes the OCaml xenstore library contain the same preference. Signed-off-by: Doug Goldstein --- tools/ocaml/libs/xs/xs.ml | 8 +++- 1 file changed, 7 insertions(+), 1 deletion