aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* libvmm: clean up vmmapi.hRobert Wing2021-02-181-0/+12
* Fix manpage markup in 2c8bb126de56ce49637ad752e78957d9ebafba02Allan Jude2021-01-211-1/+3
* bhyve: Add missing man page section on the nodelete block-device-optionAllan Jude2021-01-211-0/+2
* Support COM3 and COM4 serial ports.Peter Grehan2021-01-193-5/+11
* bhyve: fix build without casper/capsicum supportMariusz Zaborski2021-01-031-1/+1
* bhyve: fix build without casper/capsicum supportMariusz Zaborski2021-01-031-1/+10
* Remove bvmconsole and bvmdebug.Robert Wing2020-12-248-438/+7
* Fix issues with various VNC clients.Peter Grehan2020-12-181-104/+199
* [bhyve] virtio-net: Do not allow receiving packets until features have been n...Aleksandr Fedorov2020-12-171-0/+19
* Add deprecation notice for bvmconsole and bvmdebugRobert Wing2020-12-102-3/+7
* Suspend I/O on ahci-cd devices during a snapshot.John Baldwin2020-11-281-1/+1
* bhyve: Add snapshot support for virtio-rnd.John Baldwin2020-11-282-1/+5
* bhyve: 'xhci,tablet' snapshot fixesJohn Baldwin2020-11-281-10/+11
* Fix bhyve SMBIOS type 19 handling to avoid misreporting total RAM amountRebecca Cran2020-11-271-1/+1
* bhyve: fix smbiostbl.c style issues and add comment about date formatRebecca Cran2020-11-271-2/+3
* Honor the disabled setting for MSI-X interrupts for passthrough devices.John Baldwin2020-11-241-0/+5
* Advance RIP after userspace instruction decodePeter Grehan2020-11-191-7/+13
* Add legacy debug/test interfaces for kvm unit tests.Peter Grehan2020-11-175-4/+344
* Fix regression in AHCI controller settings.Peter Grehan2020-11-151-3/+2
* bhyve: update smbiostbl.c to bump the version and release dateRebecca Cran2020-11-131-3/+6
* bhyve: remove a hack to map all 8G BARs 1:1Konstantin Belousov2020-11-123-20/+4
* bhyve: increase allowed size for 64bit BAR allocation below 4G from 32 to 128...Konstantin Belousov2020-11-121-2/+2
* bhyve: avoid allocating BARs above the end of supported physical addresses.Konstantin Belousov2020-11-121-7/+23
* Return the same value for smbios.chassis.maker as smbios.system.maker (and pr...Olivier Cochard2020-11-081-1/+1
* VirtIO: Make sure the guest knows the TRIM alignment requirementsAllan Jude2020-11-051-1/+1
* bhyve currently reports each of "smbios.system.maker" andOlivier Cochard2020-10-301-6/+6
* bhyve: Update TX descriptor base address and host mapping on changeRyan Moeller2020-10-161-5/+5
* Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.Jakub Wojciech Klama2020-10-034-1/+363
* bhyve: Fix build with option BHYVE_SNAPSHOTJohn Baldwin2020-10-011-1/+1
* Fix byte-reversal of language ID in string descriptor.Peter Grehan2020-09-181-1/+1
* bhyve: NVMe queue create must init head/tailChuck Tuffli2020-08-241-0/+2
* bhyve: NVMe set nominal health valuesChuck Tuffli2020-08-241-0/+5
* Add bhyve support for LA57 guest mode.Konstantin Belousov2020-08-231-1/+2
* Replace magic numbers in Identify page register 0 with ATA definitions.Peter Grehan2020-07-311-1/+2
* Support the setting of additional AHCI controller parameters.Peter Grehan2020-07-272-119/+201
* Advertise 64-bit physical-address capability.Peter Grehan2020-07-101-1/+2
* Silence ACPI RTC error/warning in Linux guests.Peter Grehan2020-07-061-1/+1
* bhyve: fix NVMe Active Namespace listChuck Tuffli2020-06-291-1/+2
* bhyve: NVMe handle zero length DSM rangesChuck Tuffli2020-06-291-28/+40
* bhyve: fix NVMe Get Features, Predictable LatencyChuck Tuffli2020-06-291-0/+4
* bhyve: add NVMe Feature Interrupt Vector ConfigChuck Tuffli2020-06-291-0/+39
* bhyve: add basic NVMe Firmware Commit supportChuck Tuffli2020-06-291-0/+9
* bhyve: Add AER support to NVMe emulationChuck Tuffli2020-06-291-6/+115
* bhyve: validate the NVMe LBA start and countChuck Tuffli2020-06-291-14/+53
* bhyve: implement NVMe SMART data I/O statisticsChuck Tuffli2020-06-291-1/+71
* bhyve: validate NVMe deallocate range valuesChuck Tuffli2020-06-291-0/+9
* bhyve: base pci_nvme_ioreq size on advertised MDTSChuck Tuffli2020-06-291-90/+58
* bhyve: refactor NVMe I/O read/writeChuck Tuffli2020-06-291-77/+107
* bhyve: implement NVMe Format NVM commandChuck Tuffli2020-06-291-0/+78
* bhyve: make unsupported NVMe commands a debug messageChuck Tuffli2020-06-291-1/+1