From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwrUb-00050n-5t for qemu-devel@nongnu.org; Thu, 02 Aug 2012 05:14:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwrUV-00017K-Ic for qemu-devel@nongnu.org; Thu, 02 Aug 2012 05:14:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwrUV-00017D-Au for qemu-devel@nongnu.org; Thu, 02 Aug 2012 05:14:47 -0400 Message-ID: <501A44FF.9030904@redhat.com> Date: Thu, 02 Aug 2012 11:14:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343839312-24030-1-git-send-email-pbonzini@redhat.com> <1343839312-24030-6-git-send-email-pbonzini@redhat.com> <87d3393bka.fsf@elfo.mitica> In-Reply-To: <87d3393bka.fsf@elfo.mitica> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] RTC: Update the RTC clock only when reading it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: yang.z.zhang@intel.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com Il 02/08/2012 11:09, Juan Quintela ha scritto: > Why did you remove all the migration from previous versions? > You can't migrate now from version{1,2}, and we used to be able to do > it? > > Why did you remove it? Because it won't work; we removed three fields. You need to add rtc_load_old which is done later in the series. But I guess I can use VMSTATE_UNUSED instead. Paolo