From mboxrd@z Thu Jan 1 00:00:00 1970 From: OHMURA Kei Subject: Re: [KVM][Kemari]: Build error fix Date: Fri, 29 Jun 2012 04:13:38 +0900 Message-ID: <4FECACE2.9080100@lab.ntt.co.jp> References: <20111202125100.9872.75859.sendpatchset@skywalker> <4EDC304B.1030407@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: tamura.yoshiaki@gmail.com, qemu-devel@nongnu.org, Pradeep Kumar , kvm@vger.kernel.org To: Sterling Windmill Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 2012/06/28 5:34, Sterling Windmill wrote: > Is Kemari still in active development? No, it's not. Currently we have no intention to add new features into Kemari. Thanks, Kei > > Best regards, > Sterling Windmill > > On Sun, Dec 4, 2011 at 9:45 PM, OHMURA Kei > wrote: > > On 2011/12/02 21:51, Pradeep Kumar wrote: > > It fixes build failure. > > > > I hit this error, after succsfull migration and sync. > > > > (qemu) qemu-system-x86_64: fill buffer failed, Interrupted syste= m call > > > > qemu-system-x86_64: recv header failed > > > > qemu-system-x86_64: recv ack failed > > > > qemu_transaction_begin failed > > Did you use master branch? > It is not latest version. next branch is latest and fixed error. > > git://kemari.git.sourceforge.net/gitroot/kemari/kemari next > > Thanks, > Kei > > > > > Any one working on this now? > > > >>From 827c04da6574be80d8352acd7c40b0b4524af5f4 Mon Sep 17 00:00:0= 0 2001 > > Date: Fri, 2 Dec 2011 18:11:40 +0530 > > Subject: [PATCH] [Qemu][Kemari]: Build Failure > > Signed-off-by: pradeep > > > modified: ft_trans_file.c > > > > --- > > ft_trans_file.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/ft_trans_file.c b/ft_trans_file.c > > index 4e33034..dc36757 100644 > > --- a/ft_trans_file.c > > +++ b/ft_trans_file.c > > @@ -174,7 +174,7 @@ static int ft_trans_send_header(QEMUFileFtTr= ans *s, > > static int ft_trans_put_buffer(void *opaque, const uint8_t *buf= , int64_t pos, int size) > > { > > QEMUFileFtTrans *s =3D opaque; > > - ssize_t ret; > > + ssize_t ret =3D 0; > > > > trace_ft_trans_put_buffer(size, pos); > > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > --=20 =E5=A4=A7=E6=9D=91 =E5=9C=AD NTT=E3=82=BD=E3=83=95=E3=83=88=E3=82=A6=E3=82=A7=E3=82=A2=E3=82=A4=E3=83=8E= =E3=83=99=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=BB=E3=83=B3=E3=82=BF =E5=88=86=E6=95=A3=E5=87=A6=E7=90=86=E5=9F=BA=E7=9B=A4=E6=8A=80=E8=A1=93=E3= =83=97=E3=83=AD=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88 E-mail: ohmura.kei@lab.ntt.co.jp TEL: 0422-59-2823 FAX: 0422-59-2965