index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
/
virtio.c
Age
Commit message (
Expand
)
Author
2022-01-09
spelling
Jonathan Gray
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2019-05-26
Rework virtio_negotiate_features()
Stefan Fritsch
2019-04-17
Remove unused parameter from virtio_init_vq()
Stefan Fritsch
2019-04-17
Initialize virtqueue before passing it to device
Stefan Fritsch
2019-03-24
virtio: Add a few feature bit defines and names
Stefan Fritsch
2019-03-24
virtio: Prepare for 64 feature bits
Stefan Fritsch
2019-03-24
virtio: adjust virtio_setup_queue prototype for 1.0
Stefan Fritsch
2019-01-10
Remove some more code if VIRTIO_DEBUG is 0
Stefan Fritsch
2019-01-10
Move some common defines to virtiovar.h
Stefan Fritsch
2017-08-10
Add missing comma that caused a concatenated string. Fixes printing of
Reyk Floeter
2017-05-31
Optimize virtio_enqueue_trim() a bit by nuking unneeded
Kenneth R Westerback
2017-05-30
More minor virtio tweaks
Stefan Fritsch
2017-05-30
Statically allocate resource to requests, and only create requests
Kenneth R Westerback
2017-05-30
virtio: Put entries in freelist in reverse order
Stefan Fritsch
2017-05-30
virtio: Do LIFO in the freelist
Stefan Fritsch
2017-05-27
virtio: remove unused vq_maxsegsize
Stefan Fritsch
2017-05-27
virtio: Remove MINSEG_INDIRECT
Stefan Fritsch
2017-05-26
virtio: minor tweak
Stefan Fritsch
2017-05-26
Move vioblk and vioscsi more fully into the world of iopool and
Kenneth R Westerback
2017-01-21
Move virtio.c to sys/dev/pv/virtio.c
Reyk Floeter