From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBpWy-0001ZP-8C for qemu-devel@nongnu.org; Thu, 15 Jan 2015 13:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBpWr-0005zB-Ct for qemu-devel@nongnu.org; Thu, 15 Jan 2015 13:52:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBpWr-0005z6-5L for qemu-devel@nongnu.org; Thu, 15 Jan 2015 13:52:25 -0500 Message-ID: <54B80C66.904@redhat.com> Date: Thu, 15 Jan 2015 12:52:22 -0600 From: Wei Huang MIME-Version: 1.0 References: <1421344226-25695-1-git-send-email-wei@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] arm: define version-based machine type for ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 01/15/2015 12:10 PM, Peter Maydell wrote: > On 15 January 2015 at 17:50, Wei Huang wrote: >> ARM virt machine type (machvirt) had been stable for a while. But recently >> new devices have been added to support extra features. Considerring the >> support of long-term compatibility, it is time to create a version-based >> machine types. >> >> This patch defines a qemu 2.2 specific machine type (machvirt-2.2) and >> points the default machvirt to it. In the future new machine types can >> follow a similar naming scheme (e.g. machvirt-3.0, ...). Note that this >> patch doesn't change the semantic of existing QEMU command line. > > I don't think we're anywhere ready yet to support between > version migration compatibility. We will want this *eventually* > but we are a long long way away from needing it...(maybe a > year?) Thanks, Peter. I think migration support is getting closer than one year. It might not create problems at the beginning. So I understand your point. -Wei > > thanks > -- PMM >