index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bhyvectl
/
bhyvectl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate header string.h.
araujo
2015-07-04
1
-1
/
+0
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
1
-22
/
+89
*
Add an option "--get-vmcs-exit-inst-length" to display the instruction length
neel
2015-05-21
1
-1
/
+12
*
Initialize 'error' before use.
neel
2015-04-15
1
-9
/
+9
*
Simplify instruction restart logic in bhyve.
neel
2015-01-18
1
-4
/
+1
*
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
1
-0
/
+84
*
Fix bhyvectl so it works correctly on AMD/SVM hosts. Also, add command line
neel
2014-10-10
1
-714
/
+1140
*
After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHARED
neel
2014-09-27
1
-1
/
+1
*
Handle nested exceptions in bhyve.
neel
2014-07-19
1
-2
/
+44
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
1
-1
/
+38
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
1
-1
/
+12
*
Explicitly initialize 'vmname' to NULL.
jhb
2014-04-08
1
-0
/
+1
*
Fix amd64 build breakage caused by r260532.
neel
2014-01-11
1
-4
/
+3
*
Restructure the VMX code to enter and exit the guest. In large part this change
neel
2014-01-01
1
-1
/
+3
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
1
-1
/
+12
*
Add a command to inject an NMI on a specific vcpu. It is a simple
jhb
2013-12-12
1
-1
/
+8
*
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
neel
2013-10-16
1
-0
/
+1
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
1
-9
/
+30
*
Add some more stats to keep track of all the reasons that a vcpu is exiting.
neel
2013-03-30
1
-1
/
+1
*
Simplify the assignment of memory to virtual machines by requiring a single
neel
2013-03-18
1
-19
/
+9
*
Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detach
neel
2013-02-14
1
-0
/
+12
*
Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.
neel
2013-02-11
1
-23
/
+0
*
Fix minor nit in usage output.
joel
2013-01-20
1
-1
/
+1
*
Use <vmname> in a consistent manner in usage messages output by 'bhyve',
neel
2013-01-20
1
-1
/
+1
*
Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyve
grehan
2012-10-27
1
-0
/
+1524