aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/bhyverun.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve/snapshot: split up mutex/cond initialization from socket creationRobert Wing2021-05-211-0/+3
* 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
* Refactor configuration management in bhyve.John Baldwin2021-03-181-173/+310
* Remove bvmconsole and bvmdebug.Robert Wing2020-12-241-23/+5
* Add deprecation notice for bvmconsole and bvmdebugRobert Wing2020-12-101-0/+2
* Advance RIP after userspace instruction decodePeter Grehan2020-11-191-7/+13
* bhyve: allow for automatic destruction on power-offPawel Biernacki2020-06-251-3/+10
* bhyve(8): For prototyping, reattempt decode in userspaceConrad Meyer2020-06-251-1/+16
* vmm(4), bhyve(8): Expose kernel-emulated special devices to userspaceConrad Meyer2020-05-151-0/+2
* Initial support for bhyve save and restore.John Baldwin2020-05-051-11/+185
* bhyve(8): Minor cosmetic niceties in instemul failureConrad Meyer2020-04-151-7/+6
* bhyve(8): Add VM Generation Counter ACPI deviceConrad Meyer2020-04-151-0/+8
* bhyve(8): Add bootrom allocation abstractionConrad Meyer2020-04-151-0/+2
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-0/+2
* Support software breakpoints in the debug server on Intel CPUs.John Baldwin2019-12-131-0/+13
* Fix a mismerge in r355683 and remove the local gdb_port from main.John Baldwin2019-12-131-2/+1
* Don't call into the debug server if it isn't configured.John Baldwin2019-12-131-2/+11
* Revert r343634:Marcelo Araujo2019-02-011-2/+2
* Mostly a cosmetic change to replace strlen with strnlen.Marcelo Araujo2019-01-311-2/+2
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-161-5/+2
* Provide basic descriptions for VMX exit reason (from "Intel 64 and IA-32Yuri Pankov2018-10-271-3/+81
* Add -s "help" and -l "help" to print a list of supported PCI and LPC devices.Marcelo Araujo2018-08-221-2/+8
* bhyve: set title before entering capability modeMariusz Zaborski2018-08-021-5/+5
* Improve bhyve exit(3) error code.Marcelo Araujo2018-07-111-20/+24
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-8/+8
* We don't need check if str is NULL as free(3) will handle NULLMarcelo Araujo2018-05-251-2/+1
* After a long discussion about assert(3), we gonna use a HardenedBSDMarcelo Araujo2018-05-251-2/+5
* Fix a memory leak on topology_parse().Marcelo Araujo2018-05-251-2/+9
* Add missing newline to end of -c usage string .Rodney W. Grimes2018-05-171-1/+1
* Initial debug server for bhyve.John Baldwin2018-05-011-3/+30
* Add the ability to control the CPU topology of created VMsRodney W. Grimes2018-04-081-9/+97
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-141-0/+40
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Fix gcc warningsEnji Cooper2016-07-061-5/+3
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-2/+4
* bhyve: improve memory size documentationRoman Bogorodskiy2016-06-261-2/+2
* Remove unused variable after r292981 to unbreak the build.Bjoern A. Zeeb2015-12-311-1/+1
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-5/+2
* Exit with a user-friendly message instead of tripping an assertEnji Cooper2015-10-221-1/+2
* Simple sysctl-like firmware query interface. Similar in operationPeter Grehan2015-10-021-0/+4
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-14/+79
* Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-281-1/+13
* If the number of guest vcpus is less than '1' then flag it as an error.Neel Natu2015-04-161-0/+5
* Prior to aborting due to an ioport error, it is always interesting toTycho Nightingale2015-04-151-2/+4
* Prior to aborting due to an instruction emulation error, it is alwaysTycho Nightingale2015-04-011-7/+12
* Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.Neel Natu2015-02-241-3/+9
* Simplify instruction restart logic in bhyve.Neel Natu2015-01-181-27/+18