diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-25 13:14:26 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-25 13:14:26 -0500 |
commit | dcadaa9b40d6019ac18d6fd7763d43048ef79218 (patch) | |
tree | fe54b353fcde74984102547db9bec8e1cbde9e30 /hw/pci/pci.h | |
parent | 4b5805de49edec5a81fe810bb612317de6545a38 (diff) | |
parent | d32fcad366e5f45d33dab2ee4de0e5729439680b (diff) |
Merge remote-tracking branch 'stefanha/net' into staging
# By Dmitry Fleytman (5) and others
# Via Stefan Hajnoczi
* stefanha/net:
net: increase buffer size to accommodate Jumbo frame pkts
VMXNET3 device implementation
Packet abstraction for VMWARE network devices
Common definitions for VMWARE devices
net: iovec checksum calculator
Checksum-related utility functions
net: use socket_set_nodelay() for -netdev socket
Diffstat (limited to 'hw/pci/pci.h')
-rw-r--r-- | hw/pci/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci/pci.h b/hw/pci/pci.h index f340fe57c9..3beb70bf9a 100644 --- a/hw/pci/pci.h +++ b/hw/pci/pci.h @@ -60,6 +60,7 @@ #define PCI_DEVICE_ID_VMWARE_NET 0x0720 #define PCI_DEVICE_ID_VMWARE_SCSI 0x0730 #define PCI_DEVICE_ID_VMWARE_IDE 0x1729 +#define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0 /* Intel (0x8086) */ #define PCI_DEVICE_ID_INTEL_82551IT 0x1209 |