aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/virtio.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-261-7/+6
* bhyve: Remove unused vcpu argument from PCI read/write methods.John Baldwin2023-01-261-2/+2
* Add a virtio-input device emulation.Corvin Köhne2023-01-241-0/+16
* bhyve: Drop volatile qualifiers from virtio ringsMark Johnston2022-11-291-4/+4
* bhyve/virtio: use correct device id for virtio-scsiRobert Wing2022-02-101-1/+1
* bhyve: Split out a lower-level helper for VirtIO interrupts.John Baldwin2021-08-121-5/+16
* bhyve: change vq_getchain to return iovecs in both directionsKa Ho Ng2021-08-121-2/+14
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-08-121-128/+22
* Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.Jakub Wojciech Klama2020-10-031-0/+1
* Initial support for bhyve save and restore.John Baldwin2020-05-051-0/+10
* bhyve: add support for virtio-net mergeable rx buffersVincenzo Maffione2019-11-081-1/+5
* bhyve: virtio: introduce vq_kick_enable() and vq_kick_disable()Vincenzo Maffione2019-06-111-0/+22
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-15/+15
* - Add bhyve virtio-scsi storage backend support.Marcelo Araujo2018-06-111-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use correct PCI device id for virtio-rng.Peter Grehan2017-01-081-1/+1
* Add virtio-console support to bhyve.Jakub Wojciech Klama2016-09-171-0/+1
* Fix networking problem after r280026.Alexander Motin2015-03-151-0/+1
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-151-16/+2
* Add a callback to be notified about negotiated features.Peter Grehan2014-09-091-0/+2
* Extend capabilities to 64-bits in preparation for some API changes.Peter Grehan2014-07-051-1/+1
* Add support for the virtio RNG entropy-source device.Peter Grehan2014-04-021-0/+1
* Fix virtio spec URL.Peter Grehan2014-02-211-1/+1
* Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-291-1/+16
* Major rework of the virtio code. Split out common parts, and modifyPeter Grehan2013-07-171-22/+375
* Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.Neel Natu2013-05-031-0/+3
* Specify the length of the mapping requested from 'paddr_guest2host()'.Neel Natu2013-03-011-0/+15
* Add support for MSI-X interrupts in the virtio network device and make thatNeel Natu2013-01-301-0/+3
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+85