qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [KVM][Kemari]: Build error fix
       [not found] <20111202125100.9872.75859.sendpatchset@skywalker>
@ 2011-12-05  2:45 ` OHMURA Kei
  0 siblings, 0 replies; only message in thread
From: OHMURA Kei @ 2011-12-05  2:45 UTC (permalink / raw)
  To: Pradeep Kumar; +Cc: tamura.yoshiaki, qemu-devel, kvm

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@linux.vnet.ibm.com>
>    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);
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-05  2:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20111202125100.9872.75859.sendpatchset@skywalker>
2011-12-05  2:45 ` [Qemu-devel] [KVM][Kemari]: Build error fix OHMURA Kei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).