From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: VM Migration on ARM Date: Wed, 11 Mar 2015 10:51:53 +0000 Message-ID: <55001E49.4040502@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vijay Kilari Cc: "xen-devel@lists.xen.org" , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 11/03/15 05:32, Vijay Kilari wrote: > Hi Andrew, > > From Ian & Stefano, I came to know that you have introduced > Migration framework v2 > under below patch series > > http://marc.info/?l=xen-devel&m=141036915311145 > > I have few queries: > > 1) Is there any plans/timeline to support for ARM32/ARM64?. I will not personally be doing any ARM migration support, not even as part of getting migration v2 accepted upstream. > 2) Also does the Domain Image format specification for ARM is complete? The spec has certain sentinel values for ARM already where it made sense to just include them while writing. It has no specific thought to ARM migration, but an ARM virtual machine is exactly like an x86 HVM domain (from the toolstacks point of view), other than the Qemu record. With any luck, no new additions to the spec will be needed, but the spec is trivially extendible if required. ~Andrew