diff options
| author | Michael R. Hines | 2013-06-26 03:35:32 +0200 |
|---|---|---|
| committer | Juan Quintela | 2013-06-27 02:38:36 +0200 |
| commit | be903b2ae7ca750bde2549432c5536087436cf49 (patch) | |
| tree | be1cbea40068afa2f361604cde2d294d152ba34f /savevm.c | |
| parent | rdma: introduce qemu_file_mode_is_not_valid() (diff) | |
| download | qemu-be903b2ae7ca750bde2549432c5536087436cf49.tar.gz qemu-be903b2ae7ca750bde2549432c5536087436cf49.tar.xz qemu-be903b2ae7ca750bde2549432c5536087436cf49.zip | |
rdma: export qemu_fflush()
RDMA uses this to flush the control channel before sending its
own message to handle page registrations.
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Chegu Vinod <chegu_vinod@hp.com>
Tested-by: Chegu Vinod <chegu_vinod@hp.com>
Tested-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'savevm.c')
| -rw-r--r-- | savevm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -589,7 +589,7 @@ static inline bool qemu_file_is_writable(QEMUFile *f) * If there is writev_buffer QEMUFileOps it uses it otherwise uses * put_buffer ops. */ -static void qemu_fflush(QEMUFile *f) +void qemu_fflush(QEMUFile *f) { ssize_t ret = 0; |
