aboutsummaryrefslogtreecommitdiff
path: root/hw/net/vmxnet3.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-19net: vmxnet3: validate configuration values during activate (CVE-2021-20203)Prasad J Pandit1-0/+13
2021-08-02hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth1-12/+22
2021-07-19hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queueThomas Huth1-2/+7
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-12hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert1-3/+0
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-14hw/net: fix vmxnet3 live migrationMarcel Apfelbaum1-50/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-3/+3
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia1-115/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
2017-11-20hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth1-10/+36
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-1/+2
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela1-0/+1
2017-06-06migration: remove register_savevm()Laurent Vivier1-2/+6
2017-03-06vmxnet3: VMStatify rx/tx q_descr and int_stateDr. David Alan Gilbert1-182/+90
2017-03-06vmxnet3: Convert ring values to uint32_t'sDr. David Alan Gilbert1-6/+6
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+1
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert1-1/+1
2017-01-24migration: extend VMStateInfoJianjun Duan1-6/+18
2016-10-26net: vmxnet: initialise local tx descriptorLi Qiang1-0/+1
2016-08-09net: vmxnet3: check for device_active before writeLi Qiang1-0/+4
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-35/+17
2016-07-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...Peter Maydell1-0/+1
2016-07-05vmxnet3: remove unnecessary internal msi state flagCao jin1-11/+6
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-25/+12
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed1-89/+108
2016-06-24vmxnet3: add boot romGerd Hoffmann1-0/+1
2016-06-17fix some coding style problemsCao jin1-1/+1
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman1-21/+30
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman1-44/+44
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman1-4/+4
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman1-7/+5
2016-05-18Fix some typos found by codespellStefan Weil1-2/+2
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-1/+1
2016-01-11vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani1-0/+2
2016-01-11vmxnet3: Report the Device Serial Number capabilityShmulik Ladkani1-2/+26
2016-01-11vmxnet3: The vmxnet3 device is a PCIE endpointShmulik Ladkani1-1/+52
2016-01-11vmxnet3: coding: Introduce VMXNET3ClassShmulik Ladkani1-0/+10