[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] floating-point arithmetic
I compiled Xen with the flag:
-mfpmath=sse -msse2 so that I can use double variables in implementing a hypercall inside Xen hypervisor. However, the kernel crashes (computer reboots) when I do a lot (about a thousand) of memory copying of double values in the kernel space, i.e. unsigned char* pt = xmalloc(unsigned char, sizeof(double)); memcpy(pt,&value,sizeof(double));  //<---- CRASHED HERE ...//do something with the variable xfree(pt); Would appreciate any suggestion. Thanks, Anh. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |