From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50511 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNfID-0007Bb-I2 for qemu-devel@nongnu.org; Wed, 01 Dec 2010 00:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNLIc-0007c8-6Y for qemu-devel@nongnu.org; Tue, 30 Nov 2010 03:10:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNLIb-0007bc-TX for qemu-devel@nongnu.org; Tue, 30 Nov 2010 03:10:54 -0500 Message-ID: <4CF4B189.9060205@redhat.com> Date: Tue, 30 Nov 2010 09:10:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 09/10] Exit loop if we have been there too long References: <9b23b9b4cee242591bdb356c838a9cfb9af033c1.1290552026.git.quintela@redhat.com> <20101124104010.GA23493@redhat.com> <20101124111442.GF23493@redhat.com> <4CED2C34.4000503@redhat.com> <4CF45E3F.4040609@codemonkey.ws> In-Reply-To: <4CF45E3F.4040609@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Juan Quintela , qemu-devel@nongnu.org, "Michael S. Tsirkin" On 11/30/2010 03:15 AM, Anthony Liguori wrote: > > Sounds like the sort of thing you'd only see if you created a guest a > large guest that was mostly unallocated and then tried to migrate. Or if you migrate a guest that was booted using the memory= option. Paolo