From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmoAH-0000Xk-KD for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmoAF-0006Iy-PH for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmoAF-0006Il-HC for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:47 -0400 Message-ID: <4E32C540.3030406@redhat.com> Date: Fri, 29 Jul 2011 16:35:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1309448777-1447-1-git-send-email-pbonzini@redhat.com> <1309448777-1447-4-git-send-email-pbonzini@redhat.com> <4E32B1B5.3050402@codemonkey.ws> In-Reply-To: <4E32B1B5.3050402@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 3/4] savevm: define new unambiguous migration format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 07/29/2011 03:12 PM, Anthony Liguori wrote: > Please introduce a macro so this code is readable. Ok. > We have other machines that support migration in other archs too. Those machine types are not versioned, so they will automatically switch to the newest version. Paolo