From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] Re: [PATCH 19/19] migration: add a parser to accept FT migration incoming mode. Date: Sat, 29 Jan 2011 13:21:35 +0100 Message-ID: <4D44064F.6080903@redhat.com> References: <1296199312-26334-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> <1296199312-26334-20-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> <4D42BD7D.8020004@redhat.com> <4D42D601.9010905@redhat.com> <4D42DC5E.8060203@redhat.com> <4D42E37B.9010207@redhat.com> <4D43EF43.8040001@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:40133 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767Ab1A2MVr (ORCPT ); Sat, 29 Jan 2011 07:21:47 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pj9oI-0002va-HW for kvm@vger.kernel.org; Sat, 29 Jan 2011 13:21:46 +0100 Received: from 93-34-149-100.ip50.fastwebnet.it ([93.34.149.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 13:21:46 +0100 Received: from pbonzini by 93-34-149-100.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Jan 2011 13:21:46 +0100 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 01/29/2011 12:32 PM, Yoshiaki Tamura wrote: >> > But a hypothetical -incoming unix.*,ft_mode would have to be implemented >> > twice. > You mean Kemari should be able to use with unix domain sockets, > or other local communication patch? Since Kemari needs two > remote hosts, I don't see why need to use unix domain sockets > except for testing. Maybe I'm missing the point:) Well, I mentioned unix because it is basically the only other migration protocol implemented in QEMU, but the file descriptor backend could also be used. Kemari-over-SCTP could be an interesting application too for example. I'm not saying you should adjust the other patches for the implementation, but the syntax to invoke Kemari should be future-proof. Paolo