From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmo9r-0007zR-Kk for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmo9q-0006Fj-SS for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmo9q-0006Ff-Kl for qemu-devel@nongnu.org; Fri, 29 Jul 2011 10:35:22 -0400 Message-ID: <4E32C526.1030901@redhat.com> Date: Fri, 29 Jul 2011 16:35:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1309448777-1447-1-git-send-email-pbonzini@redhat.com> <1309448777-1447-2-git-send-email-pbonzini@redhat.com> <4E32B0E7.3060204@codemonkey.ws> In-Reply-To: <4E32B0E7.3060204@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 1/4] add support for machine models to specify their 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:08 PM, Anthony Liguori wrote: > > Please avoid this gcc extension as it's relatively obscure. But in > addition, why would use you 0 as the new format instead of > QEMU_VM_FILE_VERSION + 1? 0 is the default. If a machine doesn't specify a format, it gets the newest one automatically. Paolo