From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe1V8-0003ei-VP for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:47:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe1V2-0004TC-RM for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:46:54 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:60653 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe1V2-0004T2-KO for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:46:48 -0400 References: From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 14 Oct 2014 13:47:13 +0100 Message-ID: <87tx36x1gu.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Migration of AArch64 VM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yash Nandkeolyar Cc: qemu-devel@nongnu.org Yash Nandkeolyar writes: > Hi, > > We are trying to migrate an AArch64 VM using Qemu version 2.1(latest). I > tried with Live and Offline migration. However, same error is observed in > both cases: > > qemu-system-aarch64: Unknown migration flags: 0 > > qemu: warning: error while loading state section id 2 > qemu-system-aarch64: load of migration failed: Invalid argument TCG or KVM based AArch64? IIRC for TCG migration we are just missing the correct handling of the saved program state register (SPSR) for A64. My pstate re-factoring patches included the support for TCG. For KVM we currently don't correctly serialise GIC state so things fall over in there are active IRQs while migration is underway. There have been some kernel patches experimented with for this but currently still needs debugging. > > Does current version of Qemu have migration support for AArch64? > Or is there some other issue? Not currently - but patches are about. I can CC you when I send the next set out if you want. -- Alex Bennée