diff options
| author | Eric Auger <eric.auger@redhat.com> | 2022-02-10 15:52:50 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2022-02-21 10:13:23 +0100 |
| commit | d24d1ad3c4681d4aa2c606374734ea8d89d7ef4d (patch) | |
| tree | fbf971b860d61987a2162a738c5af6c82f768bc4 /tests/qtest/vhost-user-test.c | |
| parent | c4407f19bd11750d139c5c3ff8ac8618db12111e (diff) | |
| download | focaccia-qemu-d24d1ad3c4681d4aa2c606374734ea8d89d7ef4d.tar.gz focaccia-qemu-d24d1ad3c4681d4aa2c606374734ea8d89d7ef4d.zip | |
tests/qtest/vhost-user-test.c: Use vhostforce=on
-netdev vhost-user,vhostforce is deprecated and vhostforce=on should be used instead. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220210145254.157790-2-eric.auger@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/vhost-user-test.c')
| -rw-r--r-- | tests/qtest/vhost-user-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/vhost-user-test.c b/tests/qtest/vhost-user-test.c index 2a4568cd7d..ee30f54796 100644 --- a/tests/qtest/vhost-user-test.c +++ b/tests/qtest/vhost-user-test.c @@ -42,7 +42,7 @@ #define QEMU_CMD_MEMFD " -m %d -object memory-backend-memfd,id=mem,size=%dM," \ " -numa node,memdev=mem" #define QEMU_CMD_CHR " -chardev socket,id=%s,path=%s%s" -#define QEMU_CMD_NETDEV " -netdev vhost-user,id=hs0,chardev=%s,vhostforce" +#define QEMU_CMD_NETDEV " -netdev vhost-user,id=hs0,chardev=%s,vhostforce=on" #define HUGETLBFS_MAGIC 0x958458f6 |