From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2EdX-0004dL-08 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:02:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2EdW-0006Ab-33 for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:02:50 -0400 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]:50174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2EdV-0006AX-RF for qemu-devel@nongnu.org; Thu, 25 Jul 2013 02:02:50 -0400 Received: by mail-pb0-f45.google.com with SMTP id mc8so329660pbc.32 for ; Wed, 24 Jul 2013 23:02:48 -0700 (PDT) Date: Thu, 25 Jul 2013 14:02:38 +0800 From: Liu Yuan Message-ID: <20130725060238.GC24069@ubuntu-precise> References: <20130725033651.GB24069@ubuntu-precise> <1374729935-27667-1-git-send-email-namei.unix@gmail.com> <87fvv3gp6y.wl%morita.kazutaka@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fvv3gp6y.wl%morita.kazutaka@lab.ntt.co.jp> Subject: Re: [Qemu-devel] [sheepdog] [PATCH v2 0/9] sheepdog: reconnect server after connection failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: kwolf@redhat.com, pbonzini@redhat.com, sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, stefanha@redhat.com On Thu, Jul 25, 2013 at 02:53:57PM +0900, MORITA Kazutaka wrote: > At Thu, 25 Jul 2013 13:25:33 +0800, > Liu Yuan wrote: > > > > Hello Kazutaka, > > > > I have two patches fixing the problems I found on my testing and they are > > complementary patches. Please consider sending them on top of your patch set. > > Thanks a lot for your comments and patches, but I've already prepared > patches, which would be probably better fixes. I'll send the v3 > series soon. It'd be appreciated if you would give a review for it. > Okay, no problem. Well, in my previous patches, patch 2/2 isn't correct, I did a wrong manual rebase by hasty copy. Just FYI. Thanks Yuan