aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2010-03-17 13:08:17 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-04-01 13:56:43 -0500
commitd59700553ecbf052cce1e099e8f4dae2704fe424 (patch)
treef0f4d3afd94d374920b450ec14c18775762fcadb /Makefile.target
parentade80dc84527ae7418e9fcaf33e09574da0d2b29 (diff)
downloadqemu-d59700553ecbf052cce1e099e8f4dae2704fe424.zip
qemu-d59700553ecbf052cce1e099e8f4dae2704fe424.tar.gz
qemu-d59700553ecbf052cce1e099e8f4dae2704fe424.tar.bz2
vhost: vhost net support
This adds vhost net device support in qemu. Will be tied to tap device and virtio by following patches. Raw backend is currently missing, will be worked on/submitted separately. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 02d66fc..167fc8d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -166,6 +166,8 @@ obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.o
# need to fix this properly
obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-pci.o virtio-serial-bus.o
obj-y += event_notifier.o
+obj-y += vhost_net.o
+obj-$(CONFIG_VHOST_NET) += vhost.o
obj-y += rwhandler.o
obj-$(CONFIG_KVM) += kvm.o kvm-all.o
LIBS+=-lz