From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDIbo-00005I-5M for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:12:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDIbi-0008VK-It for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:12:39 -0500 Received: from [199.232.76.173] (port=43227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDIbi-0008VH-Ay for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:12:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDIbi-0000aY-9u for qemu-devel@nongnu.org; Wed, 25 Nov 2009 09:12:34 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAPECXtT016135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Nov 2009 09:12:33 -0500 Date: Wed, 25 Nov 2009 16:09:55 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: Live migration protocol, device features, ABIs and other beasts Message-ID: <20091125140955.GA10575@redhat.com> References: <4B0952C9.9010803@redhat.com> <4B0A899F.2090805@codemonkey.ws> <20091124140517.GL2405@redhat.com> <20091124143523.GQ2405@redhat.com> <4B0D3441.8010307@redhat.com> <20091125134220.GD9333@redhat.com> <4B0D3AC8.20704@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0D3AC8.20704@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: dlaor@redhat.com, qemu-devel , Juan Quintela On Wed, Nov 25, 2009 at 03:10:16PM +0100, Gerd Hoffmann wrote: > Hi, > >>> Doesn't work. If you have a qemu 0.11 machine, a virtio nic and your >>> guest uses MSI-X you simply can't migrate to qemu 0.10. End of story. >>> If you want to be able to migrate to 0.10 you have to start in 0.10 >>> compat mode with MSI-X disabled. So IMHO it does makes sense to tie the >>> savevm format to -M pc-. >>> >>> cheers, >>> Gerd >> >> MSI-X is an orthogonal issue, let's not mix it in. > > It isn't. I was making that point with feature=MSI-X. The same > argument is true for any other feature: If $feature is new in qemu > $newversion and you are using it you can't migrate to qemu $oldversion > which hasn't $feature. The versioned machine types turn $feature in > $newversion, so migration to $oldversion could work. > > cheers, > Gerd We were discussing features that are (mostly) not user-visible. It is clear that if you have a user-visible change you have a different machine, so you can not migrate. Now if you fix a bug by changing savevm format, without user visible changes you *also* can not migrate, but this does not make it into feature or make it a good fit for machine description. -- MST