aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Nuke double-semicolonsElliott Mitchell2021-08-302-2/+2
* bhyve: Fix vq_getchain() error handling bugs in various device modelsMark Johnston2021-08-244-9/+13
* bhyve: change a default address from ANY to localhostMariusz Zaborski2021-08-211-6/+2
* byhve: add option to specify IP address for gdbMariusz Zaborski2021-08-214-25/+78
* bhyve: Use pci(4) to access I/O port BARsMark Johnston2021-08-141-38/+27
* bhyve: Use fspacectl(2) for BOP_DELETE on regular file imagesKa Ho Ng2021-08-071-3/+19
* bhyve: net_backends, automatically IFF_UP tap devicesBjoern A. Zeeb2021-08-011-0/+51
* bhyve: Fix NVMe iovec construction for large IOsChuck Tuffli2021-06-271-1/+1
* bhyve: fix NVMe MDTS commentChuck Tuffli2021-06-251-5/+3
* bhyve: Fix cli regression with NVMe ramChuck Tuffli2021-06-161-1/+22
* bhyve: enhance debug info for memory range clashRobert Crowston2021-06-131-2/+4
* bhyve vtblk: Inform guests of disk resize events.John Baldwin2021-06-121-1/+14
* bhyve: Split out a lower-level helper for VirtIO interrupts.John Baldwin2021-06-121-5/+16
* bhyve: Add support for handling disk resize events to block_if.John Baldwin2021-06-122-1/+67
* bhyve: Add support for EVFILT_VNODE mevents.John Baldwin2021-06-122-6/+36
* bhyve: Register new kevents synchronously.John Baldwin2021-06-121-33/+63
* Add a virtio-input device emulation.Corvin Köhne2021-06-086-2/+828
* bhyve/snapshot: split up mutex/cond initialization from socket creationRobert Wing2021-05-213-9/+20
* bhyve/snapshot: provide a way to send other messages/data to bhyveRobert Wing2021-05-132-11/+26
* bhyve: Set SO_REUSEADDR on the gdb stub socketMark Johnston2021-05-031-1/+4
* bhyve: Gracefully handle virtio-scsi with no confRyan Moeller2021-04-221-0/+3
* Append Keyboard Layout specified option for using VNC.Michael Reifenberger2021-04-214-19/+115
* bhyve: Be explicit that setting config.dump will not start a VM.John Baldwin2021-04-201-4/+6
* bhyve.8: Fix mandoc -Tlint issuesMateusz Piotrowski2021-04-191-6/+5
* bhyve: Document the format for HD audio backendsMateusz Piotrowski2021-04-191-3/+12
* bhyve.8: Improve AHCI backends documentationMateusz Piotrowski2021-04-191-6/+20
* bhyve.8: Improve documentation of NVME backendMateusz Piotrowski2021-04-191-10/+33
* bhyve.8: Improve framebuffer backends descriptionMateusz Piotrowski2021-04-191-23/+39
* bhyve.8: Clean up virtio console device backends descriptionMateusz Piotrowski2021-04-191-6/+12
* bhyve.8: Clean up TTY, boot ROM, and pass-through descriptionsMateusz Piotrowski2021-04-191-7/+7
* bhyve.8: Clean up 9P device backends sectionMateusz Piotrowski2021-04-191-4/+7
* bhyve.8: Clean up SCSI device backends sectionMateusz Piotrowski2021-04-191-4/+7
* bhyve.8: Clean up block storage device backends descriptionMateusz Piotrowski2021-04-191-11/+14
* bhyve.8: Clean up network backends sectionMateusz Piotrowski2021-04-181-16/+39
* bhyve.8: Improve emulation description of the -s flagMateusz Piotrowski2021-04-181-27/+27
* bhyve.8: Clean up the slot description of -sMateusz Piotrowski2021-04-181-7/+26
* bhyve.8: Clean-up synopsis of -sMateusz Piotrowski2021-04-181-3/+3
* bhyve.8: Fix indention in the signals tableMateusz Piotrowski2021-04-181-1/+1
* bhyve.8: Clean up description of -rMateusz Piotrowski2021-04-181-2/+2
* 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