Hi! Attached patch adds support for NetBSD to ocaml xenstore. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 07/05/10 13:13, Christoph Egger wrote:> > Hi! > > Attached patch adds support for NetBSD to ocaml xenstore. > > Signed-off-by: Christoph Egger<Christoph.Egger@amd.com>Hi Christoph, This is just compilation support though. I suspect the xc bindings where we have a duplicated libxc library need to be patch for netbsd support too (as similar as xc_netbsd.c). -- Vincent _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Friday 07 May 2010 14:49:22 Vincent Hanquez wrote:> On 07/05/10 13:13, Christoph Egger wrote: > > Hi! > > > > Attached patch adds support for NetBSD to ocaml xenstore. > > > > Signed-off-by: Christoph Egger<Christoph.Egger@amd.com> > > Hi Christoph, > > This is just compilation support though. I suspect the xc bindings where > we have a duplicated libxc library need to be patch for netbsd support > too (as similar as xc_netbsd.c).Why is libxc redundant ? Why don''t you reuse the existing one? Christoph -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Friday 07 May 2010 15:39:32 Christoph Egger wrote:> On Friday 07 May 2010 14:49:22 Vincent Hanquez wrote: > > On 07/05/10 13:13, Christoph Egger wrote: > > > Hi! > > > > > > Attached patch adds support for NetBSD to ocaml xenstore. > > > > > > Signed-off-by: Christoph Egger<Christoph.Egger@amd.com> > > > > Hi Christoph, > > > > This is just compilation support though. I suspect the xc bindings where > > we have a duplicated libxc library need to be patch for netbsd support > > too (as similar as xc_netbsd.c). > > Why is libxc redundant ? Why don''t you reuse the existing one?Vencent: What is wrong with having an ocaml language binding on top of libxc ? That will gain portibility automatically. Christoph -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 07/05/10 14:39, Christoph Egger wrote:> Why is libxc redundant ? Why don''t you reuse the existing one?we want to get rid of the redundant copy, but its not as simple as it looks. there''s some unfortunate interactions with ocaml and pthread and we have found the hard way in the past, that they don''t mix really well. -- Vincent _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel