Re: [Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread Stefan Berger
On 03/13/2013 06:47 PM, mdroth wrote: On Wed, Mar 13, 2013 at 05:41:33PM -0500, mdroth wrote: On Wed, Mar 13, 2013 at 05:28:56PM -0400, Stefan Berger wrote: On 03/13/2013 05:11 PM, mdroth wrote: On Wed, Mar 13, 2013 at 01:56:23PM -0500, Joel Schopp wrote: This patch adds support functions for

Re: [Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread mdroth
On Wed, Mar 13, 2013 at 05:41:33PM -0500, mdroth wrote: > On Wed, Mar 13, 2013 at 05:28:56PM -0400, Stefan Berger wrote: > > On 03/13/2013 05:11 PM, mdroth wrote: > > >On Wed, Mar 13, 2013 at 01:56:23PM -0500, Joel Schopp wrote: > > >>This patch adds support functions for operating on in memory siz

Re: [Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread mdroth
On Wed, Mar 13, 2013 at 05:28:56PM -0400, Stefan Berger wrote: > On 03/13/2013 05:11 PM, mdroth wrote: > >On Wed, Mar 13, 2013 at 01:56:23PM -0500, Joel Schopp wrote: > >>This patch adds support functions for operating on in memory sized file > >>buffers. > >There's been some past refactorings to

Re: [Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread Stefan Berger
On 03/13/2013 05:11 PM, mdroth wrote: On Wed, Mar 13, 2013 at 01:56:23PM -0500, Joel Schopp wrote: This patch adds support functions for operating on in memory sized file buffers. There's been some past refactorings to remove non-migration users of QEMUFile, and AFAIK that's still the case toda

Re: [Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread mdroth
On Wed, Mar 13, 2013 at 01:56:23PM -0500, Joel Schopp wrote: > This patch adds support functions for operating on in memory sized file > buffers. There's been some past refactorings to remove non-migration users of QEMUFile, and AFAIK that's still the case today. QEMUFile satisfies funky requirem

[Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-13 Thread Joel Schopp
This patch adds support functions for operating on in memory sized file buffers. Signed-off-by: Stefan Berger Signed-off-by: Joel Schopp --- include/migration/qemu-file.h | 12 +++ include/qemu-common.h | 15 util/qemu-file.c | 184

[Qemu-devel] [PATCH 4/9] qemu_qsb.diff

2013-03-12 Thread Joel Schopp
This patch adds support functions for operating on in memory sized file buffers. Signed-off-by: Stefan Berger Signed-off-by: Joel Schopp --- include/migration/qemu-file.h | 12 +++ include/qemu-common.h | 15 qemu-file.c | 184