From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCmKO-0007Xs-Qa for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCmKI-0000mW-R2 for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:02:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCmKI-0000mQ-Jk for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:02:34 -0400 Message-ID: <521716E9.7060009@redhat.com> Date: Fri, 23 Aug 2013 10:01:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377069536-12658-1-git-send-email-lilei@linux.vnet.ibm.com> <1377069536-12658-12-git-send-email-lilei@linux.vnet.ibm.com> <5214DA32.1060403@redhat.com> <52167992.3080806@linux.vnet.ibm.com> <521711D3.80107@redhat.com> <52171491.6000607@linux.vnet.ibm.com> In-Reply-To: <52171491.6000607@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/18] migration: introduce capability localhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: aarcange@redhat.com, aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, "Michael R. Hines" , lagarcia@br.ibm.com, rcj@linux.vnet.ibm.com Il 23/08/2013 09:51, Lei Li ha scritto: >> Because in these patches, the local URI is only present in the >> destination (which is wrong: the destination should autodetect local >> mode using the load-page hook). As you can see above, a "unix" URI will >> examine the capability and pick the appropriate migration method. > > Hi Paolo, > > I agree with that 'localhost' is a bad capability name. Since we just > use unix > socket temporarily and will be ending up with vmsplice via pipe, how about > just page_flipping? The basic migration method is still a unix socket (and a "unix:" URI). I suggested unix-page-flipping to make it clear that it doesn't work with tcp or rdma migration (you might make it work with fd migration). Paolo