aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl
Commit message (Expand)AuthorAgeFilesLines
* Add CR2 get/set support.Peter Grehan2018-03-111-3/+22
* Save and restore guest debug registers.John Baldwin2018-01-171-2/+99
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Fix typo.Michael Tuexen2016-11-131-2/+2
* MFHGlen Barber2016-01-122-1/+98
|\
| * Add a basic bhyvectl manpage.Christian Brueffer2016-01-122-1/+98
* | MFH r289384-r293170Glen Barber2016-01-041-0/+20
|\|
| * META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+20
* | Merge from headBaptiste Daroussin2015-09-121-1/+0
|\|
| * Remove duplicate header string.h.Marcelo Araujo2015-07-041-1/+0
* | Merge from head @274131Baptiste Daroussin2015-06-202-23/+90
|\|
| * Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-182-23/+90
* | MFH: r282615-r283655Glen Barber2015-05-281-1/+12
|\|
| * Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthNeel Natu2015-05-211-1/+12
* | Merge from headBaptiste Daroussin2015-05-032-10/+10
|\|
| * Initialize 'error' before use.Neel Natu2015-04-151-9/+9
| * bhyvectl does not need to link to libutilBaptiste Daroussin2015-04-091-1/+1
* | Make FreeBSD-bhyve an indivual packageBaptiste Daroussin2015-03-051-0/+1
|/
* Simplify instruction restart logic in bhyve.Neel Natu2015-01-181-4/+1
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.Neel Natu2014-12-301-0/+84
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Fix bhyvectl so it works correctly on AMD/SVM hosts. Also, add command lineNeel Natu2014-10-101-714/+1140
* After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHAREDNeel Natu2014-09-271-1/+1
* Handle nested exceptions in bhyve.Neel Natu2014-07-191-2/+44
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingNeel Natu2014-05-311-1/+38
* Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-281-1/+12
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Explicitly initialize 'vmname' to NULL.John Baldwin2014-04-081-0/+1
* Fix amd64 build breakage caused by r260532.Neel Natu2014-01-111-4/+3
* Restructure the VMX code to enter and exit the guest. In large part this changeNeel Natu2014-01-011-1/+3
* Extend the support for local interrupts on the local APIC:John Baldwin2013-12-231-1/+12
* Add a command to inject an NMI on a specific vcpu. It is a simpleJohn Baldwin2013-12-121-1/+8
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeNeel Natu2013-10-161-0/+1
* Parse the memory size parameter using expand_number() to allow specifyingNeel Natu2013-10-091-2/+2
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-051-9/+30
* Add some more stats to keep track of all the reasons that a vcpu is exiting.Neel Natu2013-03-301-1/+1
* Simplify the assignment of memory to virtual machines by requiring a singleNeel Natu2013-03-181-19/+9
* Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detachNeel Natu2013-02-141-0/+12
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.Neel Natu2013-02-111-23/+0
* Fix minor nit in usage output.Joel Dahl2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',Neel Natu2013-01-201-1/+1
* Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesNeel Natu2013-01-091-75/+0
* Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyvePeter Grehan2012-10-273-0/+1616