summaryrefslogtreecommitdiff
path: root/hw/vhost_net.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-3/+3
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-2/+2
2013-02-01vhost: multiqueue supportJason Wang1-8/+78
2013-01-07vhost: backend masking supportMichael S. Tsirkin1-3/+24
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-10-29virtio-net: enable mrg buf header in tap on linuxMichael S. Tsirkin1-13/+0
2012-09-07vhost: Pass device path to vhost_dev_init()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi1-9/+9
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-4/+4
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-08-26vhost-net: cleanup host notifiers at last stepMichael S. Tsirkin1-3/+13
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-06-14print meaningful error message in case of --disable-vhost-netMichael Tokarev1-0/+2
2011-06-12virtio: event index supportMichael S. Tsirkin1-0/+6
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-6/+18
2010-09-14vhost: fix infinite loop on error pathMichael S. Tsirkin1-1/+1
2010-09-07vhost_net: mergeable buffers supportMichael S. Tsirkin1-1/+23
2010-07-30Remove unused eventfd.hMike McCormack1-1/+0
2010-05-27vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1...Jes Sorensen1-1/+1
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-1/+1
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin1-0/+1
2010-04-01vhost: vhost net supportMichael S. Tsirkin1-0/+195