qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/3] fixup! Add the vhost-user netdev backend to the


From: Nikolay Nikolaev
Subject: [Qemu-devel] [PATCH 2/3] fixup! Add the vhost-user netdev backend to the command line
Date: Fri, 13 Jun 2014 09:50:09 +0300
User-agent: StGit/0.17.1-dirty

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

Signed-off-by: Nikolay Nikolaev <address@hidden>
---
 qemu-options.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \




reply via email to

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