qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nikolay Nikolaev
Subject: [Qemu-devel] [PATCH 1/3] fixup! Add vhost-user as a vhost backend.
Date: Fri, 13 Jun 2014 09:49:54 +0300
User-agent: StGit/0.17.1-dirty

Replace 'memory-file' with 'memory-backend-file'.

Signed-off-by: Nikolay Nikolaev <address@hidden>
---
 hw/virtio/vhost-user.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
         }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]