From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43709 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmiFb-0000Zs-GI for qemu-devel@nongnu.org; Tue, 08 Feb 2011 02:44:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmiFa-0003rZ-BY for qemu-devel@nongnu.org; Tue, 08 Feb 2011 02:44:39 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:33121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmiFa-0003rM-7U for qemu-devel@nongnu.org; Tue, 08 Feb 2011 02:44:38 -0500 Received: by wyg36 with SMTP id 36so5695532wyg.4 for ; Mon, 07 Feb 2011 23:44:37 -0800 (PST) Message-ID: <4D50F460.5070402@codemonkey.ws> Date: Tue, 08 Feb 2011 01:44:32 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: new->old version migration References: <20110207160751.GC25106@redhat.com> <4D504925.3000807@codemonkey.ws> <20110207195315.GA28096@redhat.com> <4D505C92.5040904@codemonkey.ws> <20110207215203.GA28658@redhat.com> <4D50A90C.1060701@codemonkey.ws> <20110208064214.GB28096@redhat.com> <20110208070714.GA29281@amit-x200.redhat.com> In-Reply-To: <20110208070714.GA29281@amit-x200.redhat.com> 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: Amit Shah Cc: Alex Williamson , Juan Quintela , qemu list , "Michael S. Tsirkin" On 02/08/2011 01:07 AM, Amit Shah wrote: > On (Tue) 08 Feb 2011 [08:42:14], Michael S. Tsirkin wrote: > >> I see. I'm unhappy with the facts that >> 1. if (feature) is spread all over the code instead >> of just in migration >> 2. it is also obfuscated with if (flow_control) >> instead of plain if (migrate to qemu< 0.14) >> so removing it will be much harder >> 3. this forces anyone who wants >> a VM compatible with qemu 0.13 to also lose data, >> even if migration to 0.13 is never attempted. >> > If a machine is started with -M pc-0.13 then we can safely assume the > user will want to migrate to another 0.13 machine. > No, a user wants a guest that works. If there was a bug in 0.13 and it's fixed in 0.14, then reintroducing the bug in -M pc-0.13 is not expected. Regards, Anthony Liguori