Replace 'memory-file' with 'memory-backend-file'. Signed-off-by: Nikolay Nikolaev <n.nikol...@virtualopensystems.com> --- 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 \