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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyve
grehan
2012-10-27
5
-78
/
+78
*
Set the valid field of the newly allocated field as all other
grehan
2012-10-26
1
-0
/
+1
*
Remove mptable generation code from libvmmapi and move it to bhyve.
grehan
2012-10-26
11
-511
/
+202
*
Unconditionally enable fpu emulation by setting CR0.TS in the host after the
neel
2012-10-26
2
-1
/
+22
*
If the guest vcpu wants to idle then use that opportunity to relinquish the
neel
2012-10-25
2
-23
/
+95
*
Hide the monitor/mwait instruction capability from the guest until we know how
neel
2012-10-25
1
-0
/
+6
*
Fix typo: host_rip -> host_rsp
neel
2012-10-25
1
-1
/
+1
*
Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.
neel
2012-10-24
5
-34
/
+45
*
Test for AST pending with interrupts disabled right before entering the guest.
neel
2012-10-23
4
-28
/
+86
*
Calculate the number of host ticks until the next guest timer interrupt.
neel
2012-10-20
4
-56
/
+65
*
Rework how guest MMIO regions are dealt with.
grehan
2012-10-19
13
-374
/
+850
*
Add the guest physical address and r/w/x bits to
grehan
2012-10-12
2
-0
/
+4
*
Deal with transient EBUSY error return from vm_run() by retrying the operation.
neel
2012-10-12
1
-2
/
+13
*
Provide per-vcpu locks instead of relying on a single big lock.
neel
2012-10-12
7
-76
/
+134
*
Output the value of all capabilities when the "--getcap" option is used without
neel
2012-10-12
1
-8
/
+21
*
Add an api to map a vm capability type into a string to be used for display
neel
2012-10-12
2
-11
/
+25
*
Fix warnings generated by 'debug.witness.watch' during VM creation and
neel
2012-10-11
3
-39
/
+59
*
Deliver the MSI to the correct guest virtual cpu.
neel
2012-10-11
1
-4
/
+1
*
Grab the softc from the ACPI host-pci bridge device instead of from the pci
neel
2012-10-10
1
-1
/
+1
*
Allocate memory pages for the guest from the host's free page queue.
neel
2012-10-08
8
-374
/
+193
*
Clarify comment about default number of FICL dictionary cells.
grehan
2012-10-04
1
-1
/
+1
*
The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physical
neel
2012-10-04
3
-9
/
+9
*
Change vm_malloc() to map pages in the guest physical address space in 4KB
neel
2012-10-04
6
-22
/
+55
*
Allow the number of FICL dictionary cells to be overridden.
grehan
2012-10-03
2
-1
/
+9
*
Rework the GPT/MBR/raw policy so that it actually works, and navigates
grehan
2012-10-03
1
-4
/
+30
*
Restore the ability to boot partitioned disks. The previous submit
grehan
2012-10-03
1
-9
/
+4
*
Get rid of assumptions in the hypervisor that the host physical memory
neel
2012-10-03
2
-2
/
+8
*
Get rid of assumptions in the hypervisor that the host physical memory
neel
2012-10-03
6
-45
/
+134
*
Fix the error return in disk_readslicetab() when an MBR/GPT partition
grehan
2012-10-02
2
-1
/
+11
*
Add cd9660 support to userboot to allow CD boot.
grehan
2012-10-02
1
-0
/
+1
*
Get rid of assumptions in the hypervisor that the host physical memory
neel
2012-09-29
3
-11
/
+53
*
Intel VT-x provides the length of the instruction at the time of the nested
neel
2012-09-27
5
-35
/
+44
*
Add an option "-a" to present the local apic in the XAPIC mode instead of the
neel
2012-09-26
6
-13
/
+50
*
Add support for trapping MMIO writes to local apic registers and emulating them.
neel
2012-09-25
11
-25
/
+677
*
Add ioctls to control the X2APIC capability exposed by the virtual machine to
neel
2012-09-25
7
-0
/
+114
*
Add an explicit exit code 'SPINUP_AP' to tell the controlling process that an
neel
2012-09-25
8
-224
/
+307
*
Stash the 'vm_exit' information in each 'struct vcpu'.
neel
2012-09-24
4
-7
/
+27
*
Restructure the x2apic access code in preparation for supporting memory mapped
neel
2012-09-21
5
-59
/
+108
*
Add sysctls to display the total and free amount of hard-wired mem for VMs
grehan
2012-08-26
5
-0
/
+72
*
Fix a bug in how a 64-bit bar in a pci passthru device would be presented to
neel
2012-08-06
1
-1
/
+6
*
Add support for emulating PCI multi-function devices.
neel
2012-08-06
1
-54
/
+146
*
Device model for ioapic emulation.
neel
2012-08-05
5
-3
/
+347
*
The displacement field in the decoded instruction should be treated as a 8-bit
neel
2012-08-04
1
-20
/
+14
*
Add the "-I" option to control whether or not an ioapic is visible to the guest.
neel
2012-08-04
1
-5
/
+10
*
Allow the 'bhyve' process to control whether or not the virtual machine sees an
neel
2012-08-04
4
-17
/
+21
*
Include 'device uart' in the guest kernel.
neel
2012-08-04
1
-1
/
+1
*
Use the correct variable to index into the 'lirq[]' array to check the legacy
neel
2012-08-04
1
-1
/
+1
*
Check that 'opts' is actually not NULL before dereferencing it. It is expected
neel
2012-08-04
1
-1
/
+1
*
API to map an apic id to the vcpu.
neel
2012-08-04
2
-0
/
+11
*
There is no need to explicitly specify the CR4_VMXE bit when writing to guest
neel
2012-08-04
2
-10
/
+2
[next]