From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnpnQ-0000oK-Di for qemu-devel@nongnu.org; Fri, 23 May 2014 09:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnpnJ-0001YP-GR for qemu-devel@nongnu.org; Fri, 23 May 2014 09:46:04 -0400 Message-ID: <537F5113.3020909@suse.de> Date: Fri, 23 May 2014 15:45:55 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1399884392-5690-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1399884392-5690-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr_iommu: Replace @instance_id with LIOBN for migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 12.05.14 10:46, Alexey Kardashevskiy wrote: > SPAPR IOMMU is a bus-less device and therefore its only ID in > migration stream is an instance id which is not reliable ID > as it depends on the command line parameters order. Since > libvirt may change the order, we need something better than that. > > This removes VMSD descriptor from the class definitiion and > registers it with @liobn as an intance ID to let the destination > side find the right device to receive migration data. > > Signed-off-by: Alexey Kardashevskiy Thanks, applied to ppc-next. Alex