xemu/include
Dr. David Alan Gilbert 9504fb510c Add qemu_get_buffer_in_place to avoid copies some of the time
qemu_get_buffer always copies the data it reads to a users buffer,
however in many cases the file buffer inside qemu_file could be given
back to the caller, avoiding the copy.  This isn't always possible
depending on the size and alignment of the data.

Thus 'qemu_get_buffer_in_place' either copies the data to a supplied
buffer or updates a pointer to the internal buffer if convenient.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2015-11-10 14:51:48 +01:00
..
2015-11-09 09:59:47 +00:00
2015-11-10 14:51:48 +01:00
2015-11-06 14:09:01 -05:00
2015-09-25 12:04:42 +02:00
2015-11-10 14:51:48 +01:00
2015-11-06 15:42:38 +03:00
2015-11-06 10:16:03 +01:00
2015-09-25 12:04:43 +02:00
2015-11-10 14:51:48 +01:00