aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* Handling indirect descriptors is a capability of the host andPeter Grehan2015-05-111-1/+1
* Move legacy interrupt allocation for virtio devices to common code.Peter Grehan2015-03-271-0/+5
* Fix networking problem after r280026.Alexander Motin2015-03-151-2/+15
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-151-9/+10
* Add a callback to be notified about negotiated features.Peter Grehan2014-09-091-0/+3
* Fix a recursive lock acquisition in vi_reset_dev().Tycho Nightingale2014-08-221-2/+6
* Use correct flag for event index.Peter Grehan2014-07-031-1/+1
* Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-291-4/+9
* Fix issue with the virtio descriptor region being truncatedPeter Grehan2014-01-091-1/+1
* Pass the number of supported vectors to pci_emul_add_msicap() andPeter Grehan2013-09-171-1/+2
* Major rework of the virtio code. Split out common parts, and modifyPeter Grehan2013-07-171-0/+745