[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] size of hypercall parameter
I wrote a hypercall that takes in a pointer to memory region:
void do_test(char *p){ ... // do something with the memory in the hypervisor space } and invoke it in both Dom0 and DomU through privcmd. But when I pass a memory region of tens of KB (not very large), the system crashes and reboots. Is there a limit to the memory region passed into the hypercall? Cheers, Anh. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |