Is Kemari still in active development? On Sun, Dec 4, 2011 at 9:45 PM, OHMURA Kei <ohmura.kei@xxxxxxxxxxxxx> 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 system 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:00 2001 >> Date: Fri, 2 Dec 2011 18:11:40 +0530 >> Subject: [PATCH] [Qemu][Kemari]: Build Failure >> Signed-off-by: pradeep <psuriset@xxxxxxxxxxxxxxxxxx> >> 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(QEMUFileFtTrans *s, >> static int ft_trans_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) >> { >> QEMUFileFtTrans *s = opaque; >> - ssize_t ret; >> + ssize_t ret = 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html