Couple of virtio cleanups
- 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.