aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_virtio_input.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Remove useless return at the end of void functionElyes Haouas2023-03-011-2/+0
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-191-2/+1
* bhyve: Address some signed/unsigned comparison warningsMark Johnston2022-10-251-1/+1
* bhyve: Drop a bogus const qualifierMark Johnston2022-10-241-3/+2
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-2/+3
* bhyve: Use designated initializers for virtio_consts tablesMark Johnston2022-09-291-9/+7
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-161-1/+1
* Add a virtio-input device emulation.Corvin Köhne2021-06-081-0/+782