aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve: support for enabling/disabling the net backendVincenzo Maffione2019-09-283-8/+87
* Validate guest-supplied length of headers for TSO transmit requests.John Baldwin2019-08-051-3/+69
* Fix the register layout for the Buffer Descript List Entry. ItScott Long2019-07-231-2/+2
* bhyve: correct out-of-bounds read in XHCI device emulationEd Maste2019-07-231-0/+26
* bhyve: update the NVMe CQ based on the statusChuck Tuffli2019-07-171-2/+8
* bhyve: Create EUI64 for NVMe namespacesChuck Tuffli2019-07-131-8/+80
* usr.sbin/bhyve: close backend file descriptor during tap init errorSean Chittenden2019-07-121-8/+5
* usr.sbin/bhyve: only unassign a pt device after obtaining bus/slot/funcSean Chittenden2019-07-121-9/+6
* usr.sbin/bhyve: free resources when erroring out of pci_vtcon_sock_add()Sean Chittenden2019-07-121-2/+5
* usr.sbin/bhyve: prevent use-after-free in virtio scsi request handlingSean Chittenden2019-07-121-2/+3
* usr.sbin/bhyve: don't leak a FD if the device is not a ttySean Chittenden2019-07-121-1/+6
* usr.sbin/bhyve: unconditionally initialize the NVMe completion statusSean Chittenden2019-07-121-0/+1
* usr.sbin/bhyve: free resources when erroring out of pci_vtnet_init()Sean Chittenden2019-07-121-2/+7
* usr.sbin/bhyve: send an initialized value to wake up blocking kqueueSean Chittenden2019-07-111-1/+1
* usr.sbin/bhyve: commit miss from r349918Sean Chittenden2019-07-111-2/+2
* usr.sbin/bhyve: free leaked memory during option parsingSean Chittenden2019-07-111-1/+1
* usr.sbin/bhyve: initialize return value in xhci device interrupt handlerSean Chittenden2019-07-111-1/+1
* usr.sbin/bhyve: free resources if there is an initialization error in rfbSean Chittenden2019-07-112-14/+21
* bhyve: net_backends.c: add missing __FBSDIDVincenzo Maffione2019-07-091-1/+3
* bhyve: add missing license identifiers in net_utils and net_backendVincenzo Maffione2019-07-094-0/+8
* bhyve: abstraction for network backendsVincenzo Maffione2019-07-075-536/+979
* bhyve/audio: don't leak resources on failed initialization.Sean Chittenden2019-07-031-0/+1
* Correct name of vmm(4) pptdevs variable.Warren Block2019-07-021-1/+1
* Use __FBSDID() and sort #includes.John Baldwin2019-06-271-7/+11
* bhyve: avoid theoretical stack buffer overflow from integer overflowEd Maste2019-06-251-3/+2
* Add SPDX tags to bhyve(8) HD Audio device.Marcelo Araujo2019-06-257-0/+14
* Replay r349336 by scottl accidentally reverted by r349352Warner Losh2019-06-251-1/+13
* Replay r349335 by scottl accidentally reverted by r349352Warner Losh2019-06-258-0/+4377
* Remove NAND and NANDFS supportWarner Losh2019-06-259-4390/+1
* Add a section about the HD Audio module supportScott Long2019-06-241-1/+13
* Add the PCI HDAudio device model from the 2016 GSoC. Detailed informationScott Long2019-06-248-0/+4377
* bhyve: Fix vtscsi maximum segment configEric van Gyzen2019-06-211-1/+2
* Make zlib encoding messages idempotent.Mark Johnston2019-06-191-2/+4
* bhyve: vtnet: fix locking on receiveVincenzo Maffione2019-06-181-0/+2
* bhyve: move common code to net_utils.cVincenzo Maffione2019-06-135-86/+129
* Remove a spurious break when setting up a 64-bit memory BAR.John Baldwin2019-06-121-1/+0
* bhyve: virtio: introduce vq_kick_enable() and vq_kick_disable()Vincenzo Maffione2019-06-115-9/+30
* bhyve: vtnet: simplify thread synchronizationVincenzo Maffione2019-06-091-48/+21
* bhyve: Add PCIe Integrated Endpoint capabilityChuck Tuffli2019-06-072-6/+20
* Keep the shadow PCIR_COMMAND synced with the real one for pass through.John Baldwin2019-06-073-25/+51
* Enable memory and I/O decoding in PCI devices on demand.John Baldwin2019-06-071-3/+9
* Use parse_integer to avoid sign extension.John Baldwin2019-06-051-6/+3
* Don't simulate PBA access if the PBA is in a separate BAR.John Baldwin2019-06-051-2/+2
* Emulate the AMD MSR_LS_CFG MSR used for various Ryzen errata.John Baldwin2019-06-031-0/+2
* Whitespace cleanups, no functional change.John Baldwin2019-05-311-13/+13
* Add initial support for 'qSupported' to the debug server.John Baldwin2019-05-241-1/+64
* Add support for writing to guest memory in the debug server.John Baldwin2019-05-243-14/+153
* bhyve virtio needs barriersRodney W. Grimes2019-05-181-0/+16
* Increase the VirtIO segment count to support modern Windows guests.John Baldwin2019-05-023-4/+21
* Make bhyve SMBIOS table topology awareRodney W. Grimes2019-04-252-1/+12