You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define struct virtio_net_dev and functions in virtio-net.h
Define struct `virtio_net_dev` to represent the virtio-net device.
Provide `virtio_net_init` for initializing the TAP device,
`virtio_net_init_pci` for registering the virtio-net device to PCI,
and `virtio_net_exit` for cleanup during VM exit.
0 commit comments