Re: [Qemu-devel] [PATCH v2 1/2] QEMUSizedBuffer based QEMUFile

2014-09-16 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 08/07/2014 04:24 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > This is based on Stefan and Joel's patch that creates a QEMUFile that goes > > to a memory buffer; from: Hi Eric, I think I agree with most of your p

Re: [Qemu-devel] [PATCH v2 1/2] QEMUSizedBuffer based QEMUFile

2014-08-15 Thread Eric Blake
On 08/07/2014 04:24 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This is based on Stefan and Joel's patch that creates a QEMUFile that goes > to a memory buffer; from: > > http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg05036.html > > Using the QEMUFile i

[Qemu-devel] [PATCH v2 1/2] QEMUSizedBuffer based QEMUFile

2014-08-07 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This is based on Stefan and Joel's patch that creates a QEMUFile that goes to a memory buffer; from: http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg05036.html Using the QEMUFile interface, this patch adds support functions for operating on in-memory sized