aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
...
* bhyve.8: Fix the synopsis of -pMateusz Piotrowski2021-04-181-1/+1
* bhyve.8: Improve the description of the -m flagMateusz Piotrowski2021-04-181-7/+15
* bhyve.8: Improve the description and synopsis of -lMateusz Piotrowski2021-04-181-8/+13
* bhyve.8: Sort the options in the OPTIONS sectionMateusz Piotrowski2021-04-181-17/+17
* bhyve: Improve the option description in the usage messageMateusz Piotrowski2021-04-181-8/+9
* bhyve: Fix synopsis in the usage messageMateusz Piotrowski2021-04-181-3/+3
* bhyve.8: Make synopsis more readableMateusz Piotrowski2021-04-181-4/+8
* bhyve: implement rdmsr for MSR_IA32_FEATURE_CONTROLCorvin Köhne2021-04-151-0/+8
* bhyve: Move the gdb_active check to gdb_cpu_suspend().John Baldwin2021-04-121-2/+2
* bhyve: add SMBIOS Baseboard InformationChuck Tuffli2021-04-121-0/+49
* bhyve: fix regression in legacy virtio-9p config parsingRoman Bogorodskiy2021-04-081-1/+1
* Fix typo in xhci nvlist node name, and also increment device counter.Peter Grehan2021-04-031-1/+2
* bhyve: change vq_getchain to return iovecs in both directionsKa Ho Ng2021-03-308-83/+88
* bhyve: Enable virtio-scsi legacy config parsing.John Baldwin2021-03-291-0/+1
* bhyve hostbridge: Rename "device" property to "devid".John Baldwin2021-03-242-4/+4
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-194-34/+125
* Refactor configuration management in bhyve.John Baldwin2021-03-1848-1071/+2593
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-03-168-211/+98
* bhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAMRobert Wing2021-03-081-40/+25
* bhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAMERobert Wing2021-02-271-2/+2
* bhyve/snapshot: rename checkpoint_opcodes to be more genericRobert Wing2021-02-271-3/+3
* bhyve/snapshot: drop mkdir when creating the unix domain socketRobert Wing2021-02-222-30/+3
* 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