search for: xc_domain_set_pod_target

Displaying 1 result from an estimated 1 matches for "xc_domain_set_pod_target".

2013 Dec 05
7
POD: soft lockups in dom0 kernel
Hi, when creating a bigger (> 50 GB) HVM guest with maxmem > memory we get softlockups from time to time. kernel: [ 802.084335] BUG: soft lockup - CPU#1 stuck for 22s! [xend:31351] I tracked this down to the call of xc_domain_set_pod_target() and further p2m_pod_set_mem_target(). Unfortunately I can this check only with xen-4.2.2 as I don''t have a machine with enough memory for current hypervisors. But it seems the code is nearly the same. My suggestion would be to do the ''pod set target'' in the function x...