]> git.proxmox.com Git - mirror_qemu.git/commit - net.c
virtio-net support
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Dec 2008 19:13:11 +0000 (19:13 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Dec 2008 19:13:11 +0000 (19:13 +0000)
commitfbe78f4f55c6fdf1f8df3d82bf31835de9283fa3
treee56c27af0fd2bb0b2116779e556f51a2a019f9e6
parentfc9902d9c7793a5b854df126a059cce14ecc29f3
virtio-net support

This adds virtio-net support.  This is based on the virtio-net driver
that exists in kvm-userspace.  This also adds a new qemu_sendv_packet
which virtio-net requires.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6073 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
hw/pci.c
hw/virtio-net.c [new file with mode: 0644]
hw/virtio-net.h [new file with mode: 0644]
net.c
net.h