qemu-file: Make a few functions non-static
commitc961514fd9e707b6a39c60f687a711ffe0a33539
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 28 Nov 2013 14:01:10 +0000 (28 12:01 -0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jan 2014 11:39:48 +0000 (13 12:39 +0100)
treeea6f44af08ab302ac836c3520f663d44f61f0f90
parent40596834c0d57a223124a956ccbe39dfeadc9f0e
qemu-file: Make a few functions non-static

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 <ehabkost@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/migration/qemu-file.h
savevm.c