summaryrefslogtreecommitdiff
path: root/sys/dev/pv/virtio.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-03-24virtio: Add a few feature bit defines and namesStefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-01-10Remove some more code if VIRTIO_DEBUG is 0Stefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2017-08-10Add missing comma that caused a concatenated string. Fixes printing ofReyk Floeter
2017-05-31Optimize virtio_enqueue_trim() a bit by nuking unneededKenneth R Westerback
2017-05-30More minor virtio tweaksStefan Fritsch
2017-05-30Statically allocate resource to requests, and only create requestsKenneth R Westerback
2017-05-30virtio: Put entries in freelist in reverse orderStefan Fritsch
2017-05-30virtio: Do LIFO in the freelistStefan Fritsch
2017-05-27virtio: remove unused vq_maxsegsizeStefan Fritsch
2017-05-27virtio: Remove MINSEG_INDIRECTStefan Fritsch
2017-05-26virtio: minor tweakStefan Fritsch
2017-05-26Move vioblk and vioscsi more fully into the world of iopool andKenneth R Westerback
2017-01-21Move virtio.c to sys/dev/pv/virtio.cReyk Floeter