]> Git Repo - qemu.git/commit
vhost-net: compile it on all targets that have virtio-net.
authorPaolo Bonzini <[email protected]>
Thu, 14 Feb 2019 17:35:52 +0000 (18:35 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 21 Feb 2019 17:28:01 +0000 (12:28 -0500)
commitaf3bba761a1208c8515bcc72fc48d0f9045d040c
treeb1b41e2575bdd5b3d543142c0c2f8b4a3b619001
parentba28889838e6bdce540f30892d547cf634c1b0cd
vhost-net: compile it on all targets that have virtio-net.

This shows a preexisting bug: if a KVM target did not have virtio-net enabled,
it would fail with undefined symbols when vhost was enabled.  This must now
be fixed, lest targets that have no virtio-net fail to compile.

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <1543851204[email protected]>
Message-Id: <1550165756[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
configure
hw/net/Makefile.objs
hw/net/vhost_net.c
include/exec/poison.h
tests/Makefile.include
tests/vhost-user-test.c
This page took 0.031901 seconds and 4 git commands to generate.