summaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_xhci.c
Commit message (Expand)AuthorAgeFilesLines
* Advertise 64-bit physical-address capability.Peter Grehan2020-07-101-1/+2
* Prevent calling USB backends multiple times.Peter Grehan2020-06-261-0/+4
* Initial support for bhyve save and restore.John Baldwin2020-05-051-3/+261
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-134/+136
* bhyve: uniform printf format string newlinesVincenzo Maffione2019-12-021-2/+2
* bhyve: correct out-of-bounds read in XHCI device emulationEd Maste2019-07-231-0/+26
* usr.sbin/bhyve: initialize return value in xhci device interrupt handlerSean Chittenden2019-07-111-1/+1
* In r340044 an attempt to quiet coverity warning cid 1357336Rodney W. Grimes2019-02-151-2/+1
* Fix resource leak when using strdup(3).Marcelo Araujo2018-11-021-0/+3
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-9/+9
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* Make comments match the code. No functional change.Gleb Smirnoff2017-04-281-1/+1
* Catch another case where an XHCI interrupt was beingPeter Grehan2016-07-261-1/+2
* Disallow interrupt requests on disabled endpoints.Peter Grehan2016-07-171-0/+10
* Fix gcc warningsEnji Cooper2016-07-061-10/+5
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-0/+2828