summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyvectl
Commit message (Expand)AuthorAgeFilesLines
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-311-1/+38
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-281-1/+12
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Explicitly initialize 'vmname' to NULL.jhb2014-04-081-0/+1
* Fix amd64 build breakage caused by r260532.neel2014-01-111-4/+3
* Restructure the VMX code to enter and exit the guest. In large part this changeneel2014-01-011-1/+3
* Extend the support for local interrupts on the local APIC:jhb2013-12-231-1/+12
* Add a command to inject an NMI on a specific vcpu. It is a simplejhb2013-12-121-1/+8
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeneel2013-10-161-0/+1
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-2/+2
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-9/+30
* Add some more stats to keep track of all the reasons that a vcpu is exiting.neel2013-03-301-1/+1
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-19/+9
* Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detachneel2013-02-141-0/+12
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-23/+0
* Fix minor nit in usage output.joel2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',neel2013-01-201-1/+1
* Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesneel2013-01-091-75/+0
* Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyvegrehan2012-10-273-0/+1616
OpenPOWER on IntegriCloud