]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/net/net_tx_pkt: Decouple interface from PCI
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:42:53 +0000 (11:42 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commita51db5802744b274ab40385dd9fe8354722fcc4d
tree0bbb18d1a969227ed0c706e1f77d2190a1d60283
parent163246e1ce9607251ed52df1131af25d608de782
hw/net/net_tx_pkt: Decouple interface from PCI

This allows to use the network packet abstractions even if PCI is not
used.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e_core.c
hw/net/igb_core.c
hw/net/net_tx_pkt.c
hw/net/net_tx_pkt.h
hw/net/vmxnet3.c