Skip to content

Couple of virtio cleanups

bjorn3 requested to merge bjorn3/drivers:virtio_cleanup into master
  • Split the spec module by general area.
  • Add a bunch of comments and new fields from the virtio 1.2 spec.
  • Remove lookup of the interrupt status register pci capability as it is unused.
  • Move the device specific VIRTIO_NET_F_MAC constant to the virtio-net driver.
  • Add a couple of FIXMEs.

Merge request reports