From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Tue, 14 Apr 2009 11:43:45 +0000 Subject: Re: switching from KVM guest to the host .... TLBs not present? Message-Id: <49E476F1.6020809@sgi.com> List-Id: References: <49DE0856.8010700@sgi.com> In-Reply-To: <49DE0856.8010700@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Avi Kivity wrote: > Applied, but I note that entering the guest with any lock held is > problematic, as the guest may spend an arbitrary amount of time in guest > mode. Really, entering the guest is almost exactly like exiting to > userspace. Thanks Avi, I did wonder about this as I noticed x86_64 doesn't hold the lock while entering a guest. I'll have a look - seems like it could be the reason why I get hit by lockdep timeouts when running larger guests on ia64. Cheers, Jes