From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPwyH-00042h-Ps for qemu-devel@nongnu.org; Mon, 14 Nov 2011 08:53:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPwyG-0001XC-Vm for qemu-devel@nongnu.org; Mon, 14 Nov 2011 08:53:13 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:59052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPwyG-0001X2-Sg for qemu-devel@nongnu.org; Mon, 14 Nov 2011 08:53:12 -0500 Received: from /spool/local by e4.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Nov 2011 08:53:10 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAEDqExF309704 for ; Mon, 14 Nov 2011 08:52:14 -0500 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAEDqDoZ006463 for ; Mon, 14 Nov 2011 06:52:14 -0700 Message-ID: <4EC11D0A.3060703@us.ibm.com> Date: Mon, 14 Nov 2011 07:52:10 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321113420-3252-1-git-send-email-aliguori@us.ibm.com> <1321113420-3252-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] ivshmem: use migration blockers to prevent live migration in peer mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: Kevin Wolf , Lucas Meneghel Rodrigues , Stefan Hajnoczi , qemu-devel@nongnu.org, Avi Kivity On 11/14/2011 07:05 AM, Juan Quintela wrote: > Anthony Liguori wrote: >> Now when you try to migrate with ivshmem, you get a proper QMP error: >> >> (qemu) migrate tcp:localhost:1025 >> Migration is disabled when using feature 'peer mode' in device 'ivshmem' >> (qemu) > > This was the only user of register_device_unmigratable(), just to remove > function if we continue this path. There are a couple more in usb also but I can convert them too. Regards, Anthony Liguori >