From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI6lX-00005C-93 for qemu-devel@nongnu.org; Wed, 29 Jun 2016 00:06:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bI6lT-0006De-2G for qemu-devel@nongnu.org; Wed, 29 Jun 2016 00:06:18 -0400 Message-ID: <1467173159.20278.211.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 29 Jun 2016 14:05:59 +1000 In-Reply-To: <20160629033718.GI8885@voom.fritz.box> References: <1467140719-4701-1-git-send-email-nikunj@linux.vnet.ibm.com> <1467140719-4701-6-git-send-email-nikunj@linux.vnet.ibm.com> <20160629033718.GI8885@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 5/8] ppc/xics: Make the ICSState a list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , Nikunj A Dadhania Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, clg@kaod.org On Wed, 2016-06-29 at 13:37 +1000, David Gibson wrote: > AFAICT xirr_owner will be lost on migration, which will break things. > That will need to be transferred on migration, somehow.=C2=A0 If it can= be > recalculated from existing data in post_load() that would be ideal, > otherwise we'll have to devise a wire encoding for it. It should be possible to get it back from the interrupt number by walking the list of ICS yes. Cheers, Ben.