diff mbox

[2/3] fixup! Add the vhost-user netdev backend to the command line

Message ID 20140613065002.7683.59016.stgit@3820
State New
Headers show

Commit Message

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

Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com>
---
 qemu-options.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 1ad2528..ab06df1 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1802,7 +1802,7 @@  end of the socket. On non-MSIX guests, the feature can be forced with
 
 Example:
 @example
-qemu -m 512 -object memory-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
+qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
      -numa node,memdev=mem \
      -chardev socket,path=/path/to/socket \
      -netdev type=vhost-user,id=net0,chardev=chr0 \