Author :
sf
Date :
2019-03-24 18:17:24
Hash :ee262b2e Message :virtio: adjust virtio_setup_queue prototype for 1.0
Make it take an address instead of a PFN.
Pass the virtqueue pointer. In virtio 1.0, more information has to be
configured in the device. Also call virtio_setup_queue() after the
information has been filled in.
ok mlarkin@