On 11/18/13 4:38 AM, FastIce wrote:
Hello,
we have a similar problem (NetBSD 5.0 VM ).
we found out that the problem comes from the libxen.
in ../<xen>/tools/libxc/xc_dom0.h
<...>
/* RETURN VALUE XEN 4.1.2, libxen > 2.9 */
/* return ptr; */
/* RETURN VALUE in 2.9 : */
return (ptr + offset);
}
If you change ther return value back to ptr+offset all should work fine.
In our case it does.
I am not sure if this is a xen bug or a feature.
Can you test this for your case?
Nice work! I won't be able to test this for a couple of days, but it
looks very promising. I wonder what the libxen folks have to say
about it?
+j