From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCxwR-0005Ws-Gs for qemu-devel@nongnu.org; Tue, 24 Nov 2009 11:08:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCxwN-0005V7-QR for qemu-devel@nongnu.org; Tue, 24 Nov 2009 11:08:35 -0500 Received: from [199.232.76.173] (port=43016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCxwN-0005V1-Gp for qemu-devel@nongnu.org; Tue, 24 Nov 2009 11:08:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34333) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCxwN-0000YG-8S for qemu-devel@nongnu.org; Tue, 24 Nov 2009 11:08:31 -0500 Date: Tue, 24 Nov 2009 18:05:52 +0200 From: "Michael S. Tsirkin" Message-ID: <20091124160552.GE6737@redhat.com> References: <4B0952C9.9010803@redhat.com> <4B095D86.700@codemonkey.ws> <4B09F0CA.3060705@codemonkey.ws> <1258983457-sup-5031@blackpad.lan.raisama.net> <4B0AA202.2050001@codemonkey.ws> <20091124142811.GP2405@redhat.com> <4B0BEEA7.60006@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0BEEA7.60006@codemonkey.ws> Subject: [Qemu-devel] Re: Live migration protocol, device features, ABIs and other beasts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , Eduardo Habkost , qemu-devel On Tue, Nov 24, 2009 at 08:33:11AM -0600, Anthony Liguori wrote: > Michael S. Tsirkin wrote: >> It's very easy: if their guest runs fine on the old qemu, >> it should be safe to migrate there. >> > > "Runs fine" is a qualitative statement. There is no way for qemu to > know whether a guest runs fine or not. The entity between the keyboard and chair is best placed to decide that. That entity has already expressed the decision taken by running the appropriate qemu monitor command. > There is no way that we can make > that statement either. It has to be something that is controlled higher > in the stack. > Regards, > > Anthony Liguori >