aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_virtio_rnd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c 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-2/+1
* bhyve: Annotate unused function parametersMark Johnston2023-01-261-1/+2
* bhyve: Use designated initializers for virtio_consts tablesMark Johnston2023-01-261-10/+6
* bhyve: missing mutex initializationsAndy Fiddaman2023-01-261-0/+2
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-231-1/+1
* bhyve: Fix vq_getchain() error handling bugs in various device modelsMark Johnston2021-08-241-2/+3
* bhyve: change vq_getchain to return iovecs in both directionsKa Ho Ng2021-08-121-3/+3
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-08-121-1/+1
* Refactor configuration management in bhyve.John Baldwin2021-08-111-1/+1
* bhyve: Add snapshot support for virtio-rnd.John Baldwin2020-11-281-1/+4
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-5/+6
* bhyve: uniform printf format string newlinesVincenzo Maffione2019-12-021-2/+2
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-161-1/+4
* Fix resource leak, variable fd going out of scope.Marcelo Araujo2018-11-021-0/+1
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-141-0/+14
* Set the subvendor field in config space to the vendor ID.Peter Grehan2015-05-131-0/+1
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-151-4/+3
* Add a callback to be notified about negotiated features.Peter Grehan2014-09-091-0/+1
* Use calloc() in favor of malloc + memset.Xin LI2014-04-221-2/+1
* Add support for the virtio RNG entropy-source device.Peter Grehan2014-04-021-0/+189