Re: [Qemu-devel] [PATCH 3/3] Split the QEMU buffered file code out

2014-10-31 Thread Amit Shah
On (Thu) 16 Oct 2014 [08:53:54], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The splitting of qemu-file and addition of the buffered file landed > at the same time; so now split the buffered file code out. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit

Re: [Qemu-devel] [PATCH 3/3] Split the QEMU buffered file code out

2014-10-16 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > The splitting of qemu-file and addition of the buffered file landed > at the same time; so now split the buffered file code out. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH 3/3] Split the QEMU buffered file code out

2014-10-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The splitting of qemu-file and addition of the buffered file landed at the same time; so now split the buffered file code out. Signed-off-by: Dr. David Alan Gilbert --- migration/Makefile.objs | 2 +- migration/qemu-file-buf.c | 486 ++