[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen BUG at mm-locks.h:118 in 4.2.1 - mm locking order violation - Dom0 reboot
On Mon, 2013-02-18 at 13:17 +0000, Sylvain Munaut wrote: > > Please can you share the domain configuration. Are you running PV > > drivers (esp. ballooning) within it? > > There is no xen driver running in there. > > Here's the config which is based on the example hvm config: > > --------- > builder = "hvm" > name = "wxp-00" > vcpus = 2 > memory = 1536 > maxmem = 2048 This is the cause of your second "Dom1 out of PoD memory" bug. If you aren't running at least a balloon driver inside the guest then this isn't valid, since you have requested a different initial memory allocation to what you are actually giving the guest and something needs to bridge that gap. Initially this is PoD but eventually a balloon driver must come along, PoD is not intended for use other than during boot until a balloon driver can be started. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |