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
/
lib
/
libvmmapi
/
vmmapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
1
-0
/
+52
*
Fix fault injection in bhyve.
neel
2014-07-24
1
-27
/
+0
*
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
1
-1
/
+39
*
Handle nested exceptions in bhyve.
neel
2014-07-19
1
-0
/
+29
*
Provide APIs to directly get 'lowmem' and 'highmem' size directly.
neel
2014-06-24
1
-0
/
+14
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
1
-0
/
+7
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
1
-1
/
+43
*
Fix issue with restarting an "insb/insw/insl" instruction because of a page
neel
2014-05-26
1
-28
/
+48
*
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
1
-0
/
+86
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
1
-0
/
+14
*
Don't include the guest memory segments in the bhyve(8) process core dump.
neel
2014-05-13
1
-3
/
+15
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
1
-2
/
+5
*
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
neel
2014-03-26
1
-0
/
+7
*
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
1
-0
/
+35
*
Queue pending exceptions in the 'struct vcpu' instead of directly updating the
neel
2014-02-26
1
-16
/
+13
*
Enhance the support for PCI legacy INTx interrupts and enable them in
jhb
2014-01-29
1
-0
/
+7
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
1
-0
/
+12
*
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
neel
2013-12-18
1
-4
/
+4
*
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
1
-4
/
+16
*
Add HPET device emulation to bhyve.
neel
2013-11-25
1
-0
/
+13
*
Add an ioctl to assert and deassert an ioapic pin atomically. This will be used
neel
2013-11-23
1
-0
/
+11
*
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
1
-0
/
+22
*
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
neel
2013-10-16
1
-0
/
+1
*
Parse the memory size parameter using expand_number() to allow specifying
neel
2013-10-09
1
-0
/
+27
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
1
-1
/
+24
*
Remove deprecated APIs to get the total and free memory available to vmm.ko.
neel
2013-04-25
1
-24
/
+0
*
Simplify the assignment of memory to virtual machines by requiring a single
neel
2013-03-18
1
-9
/
+81
*
Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.
neel
2013-02-11
1
-28
/
+0
*
Remove mptable generation code from libvmmapi and move it to bhyve.
grehan
2012-10-26
1
-13
/
+0
*
Add an api to map a vm capability type into a string to be used for display
neel
2012-10-12
1
-11
/
+24
*
The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physical
neel
2012-10-04
1
-2
/
+1
*
Change vm_malloc() to map pages in the guest physical address space in 4KB
neel
2012-10-04
1
-2
/
+2
*
Add ioctls to control the X2APIC capability exposed by the virtual machine to
neel
2012-09-25
1
-0
/
+29
*
Add sysctls to display the total and free amount of hard-wired mem for VMs
grehan
2012-08-26
1
-0
/
+24
*
Allow the 'bhyve' process to control whether or not the virtual machine sees an
neel
2012-08-04
1
-2
/
+3
*
API to map an apic id to the vcpu.
neel
2012-08-04
1
-0
/
+10
*
There is no need to explicitly specify the CR4_VMXE bit when writing to guest
neel
2012-08-04
1
-5
/
+1
*
MSI-x interrupt support for PCI pass-thru devices.
grehan
2012-04-28
1
-0
/
+19
*
First cut to port bhyve, vmmctl, and libvmmapi to HEAD.
jhb
2011-05-15
1
-2
/
+0
*
Import of bhyve hypervisor and utilities, part 1.
grehan
2011-05-13
1
-0
/
+647