[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v9 06/14] rdma: export qemu_fflush()
From: |
mrhines |
Subject: |
[Qemu-devel] [PATCH v9 06/14] rdma: export qemu_fflush() |
Date: |
Fri, 14 Jun 2013 16:35:45 -0400 |
From: "Michael R. Hines" <address@hidden>
RDMA uses this to flush the control channel before sending its
own message to handle page registrations.
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Michael R. Hines <address@hidden>
---
include/migration/qemu-file.h | 1 +
savevm.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/migration/qemu-file.h b/include/migration/qemu-file.h
index dd3fd51..37d1604 100644
--- a/include/migration/qemu-file.h
+++ b/include/migration/qemu-file.h
@@ -112,6 +112,7 @@ void qemu_file_reset_rate_limit(QEMUFile *f);
void qemu_file_set_rate_limit(QEMUFile *f, int64_t new_rate);
int64_t qemu_file_get_rate_limit(QEMUFile *f);
int qemu_file_get_error(QEMUFile *f);
+void qemu_fflush(QEMUFile *f);
static inline void qemu_put_be64s(QEMUFile *f, const uint64_t *pv)
{
diff --git a/savevm.c b/savevm.c
index 1de6728..ba307b1 100644
--- a/savevm.c
+++ b/savevm.c
@@ -588,7 +588,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;
--
1.7.10.4
- [Qemu-devel] [PATCH v9 00/14] rdma: migration support, mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 08/14] rdma: introduce qemu_ram_foreach_block(), mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 06/14] rdma: export qemu_fflush(),
mrhines <=
- [Qemu-devel] [PATCH v9 01/14] rdma: add documentation, mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-all, mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 07/14] rdma: introduce ram_handle_compressed(), mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 14/14] rdma: add pin-all accounting timestamp to QMP statistics, mrhines, 2013/06/14