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
/
bhyve
/
inout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify instruction restart logic in bhyve.
neel
2015-01-18
1
-8
/
+12
*
Simplify the meaning of return values from the inout handlers. After this
neel
2014-07-25
1
-8
/
+9
*
Fix fault injection in bhyve.
neel
2014-07-24
1
-1
/
+1
*
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
1
-8
/
+4
*
Use MIN(a,b) from <sys/param.h> instead of rolling our own version.
neel
2014-06-01
1
-5
/
+1
*
Limit the maximum number of back-to-back iterations of a "rep; ins/outs"
neel
2014-06-01
1
-3
/
+11
*
Add segment protection and limits violation checks in vie_calculate_gla()
neel
2014-05-27
1
-4
/
+5
*
Fix issue with restarting an "insb/insw/insl" instruction because of a page
neel
2014-05-26
1
-21
/
+16
*
Do the linear address calculation for the ins/outs emulation using a new
neel
2014-05-25
1
-9
/
+18
*
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
1
-23
/
+24
*
Consolidate all the information needed by the guest page table walker into
neel
2014-05-24
1
-1
/
+2
*
Check for alignment check violation when processing in/out string instructions.
neel
2014-05-23
1
-12
/
+13
*
Add emulation of the "outsb" instruction. NetBSD guests use this to write to
neel
2014-05-23
1
-29
/
+110
*
Factor out common ioport handler code for better hygiene -- pointed
tychon
2014-04-22
1
-22
/
+12
*
Respect the destination operand size of the 'Input from Port' instruction.
tychon
2014-04-18
1
-4
/
+23
*
Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attached
neel
2013-10-29
1
-2
/
+13
*
Improve PCI BAR emulation:
neel
2013-04-10
1
-12
/
+44
*
Mask the %eax register properly based on whether the "out" instruction is
neel
2012-11-21
1
-0
/
+16
*
Changes to allow the GENERIC+bhye kernel built from this branch to
grehan
2011-05-19
1
-2
/
+39
*
Import of bhyve hypervisor and utilities, part 1.
grehan
2011-05-13
1
-0
/
+98