Re: [Qemu-devel] [PATCH v6 07/47] Move copy out of qemu_peek_buffer

2015-05-20 Thread Amit Shah
On (Tue) 14 Apr 2015 [18:03:33], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > qemu_peek_buffer currently copies the data it reads into a buffer, > however the next patch wants access to the buffer without the copy, > hence rework to remove the copy to the layer above.

[Qemu-devel] [PATCH v6 07/47] Move copy out of qemu_peek_buffer

2015-04-14 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" qemu_peek_buffer currently copies the data it reads into a buffer, however the next patch wants access to the buffer without the copy, hence rework to remove the copy to the layer above. Signed-off-by: Dr. David Alan Gilbert --- include/migration/qemu-file.h | 2