]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
net: Only show vhost-user in the help text if CONFIG_POSIX is defined
authorThomas Huth <thuth@redhat.com>
Wed, 21 Feb 2018 10:18:32 +0000 (11:18 +0100)
committerJason Wang <jasowang@redhat.com>
Mon, 5 Mar 2018 02:30:15 +0000 (10:30 +0800)
commit253dc14cadd00a3131b5a933e172236dd365f4bc
treea6a0fcde9f85b44c49564c90f622fcc32f63b31e
parent547203ead4327b353c25753a3ebb0acdc0ed2cf5
net: Only show vhost-user in the help text if CONFIG_POSIX is defined

According to net/Makefile.objs we only link in the vhost-user code
if CONFIG_POSIX has been set. So the help screen should also only
show this information if CONFIG_POSIX has been defined.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
qemu-options.hx