aboutsummaryrefslogtreecommitdiff
path: root/hw/net/igb.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-1/+0
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki1-2/+0
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki1-1/+1
2023-12-30hw/net: Constify VMStateRichard Henderson1-4/+4
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+1
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater1-0/+9
2023-11-13igb: Add a VF reset handlerCédric Le Goater1-0/+6
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+1
2023-05-23igb: Share common VF constantsAkihiko Odaki1-5/+5
2023-03-28igb: Save more Tx statesAkihiko Odaki1-7/+19
2023-03-10Intrdocue igb device emulationAkihiko Odaki1-0/+623