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

2015-01-15 Thread Stefan Berger
On 12/18/2014 04:24 AM, Dr. David Alan Gilbert wrote: * David Gibson (da...@gibson.dropbear.id.au) wrote: On Fri, Dec 12, 2014 at 11:13:41AM +, 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 sam

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

2014-12-24 Thread David Gibson
On Fri, Dec 19, 2014 at 11:27:57AM -0200, Eduardo Habkost wrote: > On Thu, Dec 18, 2014 at 09:24:11AM +, Dr. David Alan Gilbert wrote: > > * David Gibson (da...@gibson.dropbear.id.au) wrote: > > > On Fri, Dec 12, 2014 at 11:13:41AM +, Dr. David Alan Gilbert (git) > > > wrote: > > > > From:

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

2014-12-19 Thread Eduardo Habkost
On Thu, Dec 18, 2014 at 09:24:11AM +, Dr. David Alan Gilbert wrote: > * David Gibson (da...@gibson.dropbear.id.au) wrote: > > On Fri, Dec 12, 2014 at 11:13:41AM +, Dr. David Alan Gilbert (git) > > wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > The splitting of qemu-file and addi

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

2014-12-18 Thread Dr. David Alan Gilbert
* David Gibson (da...@gibson.dropbear.id.au) wrote: > On Fri, Dec 12, 2014 at 11:13:41AM +, 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 c

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

2014-12-17 Thread David Gibson
On Fri, Dec 12, 2014 at 11:13:41AM +, 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 > --- >

[Qemu-devel] [PATCH v3 4/5] Split the QEMU buffered file code out

2014-12-12 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 ++