Changes in V3: Fixed crash when net device that is used as network fronted has no virtio HDR support. Task offloads emulation for cases when net device that is used as network fronted has no virtio HDR support. Changes in V2: License text changed accoring to community suggestions Standard license header from GPLv2+ - licensed QEMU files used
Dmitry Fleytman (1): VMXNET3 paravirtual NIC device implementation Makefile.objs | 1 + default-configs/pci.mak | 1 + hw/pci.c | 2 + hw/pci.h | 1 + hw/virtio-net.h | 13 +- hw/vmware_utils.h | 131 +++ hw/vmxnet3.c | 2744 +++++++++++++++++++++++++++++++++++++++++++++++ hw/vmxnet3.h | 727 +++++++++++++ hw/vmxnet3_debug.h | 104 ++ hw/vmxnet_utils.c | 202 ++++ hw/vmxnet_utils.h | 263 +++++ iov.c | 27 + iov.h | 3 + net.c | 2 +- net/checksum.h | 7 + 15 files changed, 4221 insertions(+), 7 deletions(-) create mode 100644 hw/vmware_utils.h create mode 100644 hw/vmxnet3.c create mode 100644 hw/vmxnet3.h create mode 100644 hw/vmxnet3_debug.h create mode 100644 hw/vmxnet_utils.c create mode 100644 hw/vmxnet_utils.h -- 1.7.7.6