diff mbox

[1/3] fixup! Add vhost-user as a vhost backend.

Message ID 20140613064947.7683.30723.stgit@3820
State New
Headers show

Commit Message

Nikolay Nikolaev June 13, 2014, 6:49 a.m. UTC
Replace 'memory-file' with 'memory-backend-file'.

Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com>
---
 hw/virtio/vhost-user.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c
index 3244ef8..0df6a93 100644
--- a/hw/virtio/vhost-user.c
+++ b/hw/virtio/vhost-user.c
@@ -227,7 +227,7 @@  static int vhost_user_call(struct vhost_dev *dev, unsigned long int request,
 
         if (!fd_num) {
             error_report("Failed initializing vhost-user memory map\n"
-                    "consider using -object memory-file share=on\n");
+                    "consider using -object memory-backend-file share=on\n");
             return -1;
         }