aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl
Commit message (Expand)AuthorAgeFilesLines
* 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