[Qemu-devel] [PATCH 1/9] qemu-file: Make a few functions non-static

2013-11-28 Thread Eduardo Habkost
The QEMUFile code will be moved to qemu-file.c. This will require making the following functions non-static because they are used by the savevm.c code: * qemu_peek_byte() * qemu_peek_buffer() * qemu_file_skip() * qemu_file_set_error() Signed-off-by: Eduardo Habkost --- include/migration/qem

[Qemu-devel] [PATCH 1/9] qemu-file

2013-03-13 Thread Joel Schopp
This patch reorganizes qemu file operations to be in their own source file instead of being lumped in savevm.c. Besides being more logical for maintenance it also makes it easier for future users of the file functions to add tests. v4 move qemu-file.c into util/ , leave the bdrv functions where t

[Qemu-devel] [PATCH 1/9] qemu-file

2013-03-12 Thread Joel Schopp
This patch reorganizes qemu file operations to be in their own source file instead of being lumped in savevm.c. Besides being more logical for maintenance it also makes it easier for future users of the file functions to add tests. Cc: Michael Tsirkin Signed-off-by: Stefan Berger Signed-off-by: