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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: minor spelling fixes in comments.
pfg
2016-05-01
1
-1
/
+1
*
MFH
gjb
2016-02-22
1
-1
/
+0
|
\
|
*
As <machine/param.h> is included from <sys/param.h>, there is no need
skra
2016-02-22
1
-1
/
+0
*
|
First pass through library packaging.
gjb
2016-02-04
1
-0
/
+1
|
/
*
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
bdrewery
2015-11-25
1
-1
/
+0
*
Move the 'devmem' device nodes from /dev/vmm to /dev/vmm.io
neel
2015-07-06
1
-1
/
+1
*
Updated depends
sjg
2015-07-03
1
-2
/
+0
*
Fix a regression in "movs" emulation after r284539. The regression was caused
neel
2015-06-22
1
-8
/
+17
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
2
-61
/
+311
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+22
|
\
|
*
Merge sync of head
sjg
2015-05-27
3
-45
/
+120
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
2
-4
/
+272
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+1
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge from head
sjg
2014-05-08
2
-3
/
+6
|
|
\
\
|
*
\
\
Merge head
sjg
2014-04-28
1
-2
/
+164
|
|
\
\
\
|
*
\
\
\
Merge head
sjg
2014-04-27
2
-30
/
+161
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
New/updated dependencies
sjg
2013-10-17
1
-0
/
+19
*
|
|
|
|
Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().
neel
2015-05-06
2
-26
/
+19
*
|
|
|
|
Fix overlinking in bhyve:
bapt
2015-04-09
1
-0
/
+2
*
|
|
|
|
Fix "MOVS" instruction memory to MMIO emulation. Currently updates to
tychon
2015-04-01
2
-0
/
+14
*
|
|
|
|
Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even if
neel
2015-01-19
2
-7
/
+17
*
|
|
|
|
Simplify instruction restart logic in bhyve.
neel
2015-01-18
2
-26
/
+24
*
|
|
|
|
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
2
-0
/
+58
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix fault injection in bhyve.
neel
2014-07-24
2
-32
/
+0
*
|
|
|
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
2
-2
/
+47
*
|
|
|
Handle nested exceptions in bhyve.
neel
2014-07-19
2
-0
/
+32
*
|
|
|
Provide APIs to directly get 'lowmem' and 'highmem' size directly.
neel
2014-06-24
2
-0
/
+16
*
|
|
|
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
2
-0
/
+8
*
|
|
|
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
2
-1
/
+50
*
|
|
|
Fix issue with restarting an "insb/insw/insl" instruction because of a page
neel
2014-05-26
2
-32
/
+60
*
|
|
|
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
2
-0
/
+91
*
|
|
|
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
2
-0
/
+16
*
|
|
|
Don't include the guest memory segments in the bhyve(8) process core dump.
neel
2014-05-13
2
-3
/
+18
|
|
_
|
/
|
/
|
|
*
|
|
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
2
-3
/
+6
|
|
/
|
/
|
*
|
Add support for emulating the slave PIC.
tychon
2014-04-14
1
-1
/
+1
*
|
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
neel
2014-03-26
2
-0
/
+8
*
|
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
2
-0
/
+38
*
|
Queue pending exceptions in the 'struct vcpu' instead of directly updating the
neel
2014-02-26
2
-20
/
+15
*
|
Add support for FreeBSD/i386 guests under bhyve.
jhb
2014-02-05
2
-2
/
+167
*
|
Enhance the support for PCI legacy INTx interrupts and enable them in
jhb
2014-01-29
2
-0
/
+8
*
|
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
2
-0
/
+13
*
|
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
neel
2013-12-18
2
-8
/
+9
*
|
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
2
-6
/
+19
*
|
Add HPET device emulation to bhyve.
neel
2013-11-25
2
-0
/
+15
*
|
Add an ioctl to assert and deassert an ioapic pin atomically. This will be used
neel
2013-11-23
2
-0
/
+12
*
|
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
2
-0
/
+24
*
|
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
2
-0
/
+28
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
2
-2
/
+27
[next]