]> git.proxmox.com Git - mirror_qemu.git/commit - migration/qemu-file.c
qemu-file: Make qemu_file_is_writable() non-static
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 1 Oct 2014 20:34:34 +0000 (17:34 -0300)
committerJuan Quintela <quintela@trasno.org>
Tue, 14 Oct 2014 08:28:12 +0000 (10:28 +0200)
commite68dd3659628c41447f46da6657d68da83c3cf88
tree38f6e9f94bd44886e147d9e16b7ff6c53fe6f849
parent9a4ac51f7222011ea2d44a6bc3ef01e9107b0af4
qemu-file: Make qemu_file_is_writable() non-static

The QEMUFileStdio code will use qemu_file_is_writable() and will be
moved to a separate file.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/migration/qemu-file.h
qemu-file.c