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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize 'bc_rdonly' to the right value.
neel
2014-09-11
1
-0
/
+1
*
Allow vtnet operation without merged rx buffers.
grehan
2014-09-09
1
-20
/
+66
*
Add a callback to be notified about negotiated features.
grehan
2014-09-09
5
-0
/
+8
*
Set the 'inst_length' to '0' early on before any error conditions are detected
neel
2014-08-30
1
-2
/
+16
*
Fix a recursive lock acquisition in vi_reset_dev().
tychon
2014-08-22
1
-2
/
+6
*
Minor cleanup:
neel
2014-08-13
1
-9
/
+6
*
Support PCI extended config space in bhyve.
neel
2014-08-08
5
-82
/
+209
*
Commands which encounter a fatal error shouldn't be marked as completed.
tychon
2014-07-30
1
-6
/
+8
*
Simplify the meaning of return values from the inout handlers. After this
neel
2014-07-25
6
-56
/
+42
*
Reduce the proliferation of VMEXIT_RESTART in task_switch.c.
neel
2014-07-24
1
-76
/
+94
*
Fix fault injection in bhyve.
neel
2014-07-24
3
-9
/
+27
*
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
5
-26
/
+20
*
Handle nested exceptions in bhyve.
neel
2014-07-19
2
-3
/
+9
*
Add emulation for legacy x86 task switching mechanism.
neel
2014-07-16
4
-7
/
+926
*
Use the blockif CHS routine to create fake CHS values,
grehan
2014-07-15
1
-0
/
+6
*
Add a call to synthesize a C/H/S value for block emulations
grehan
2014-07-15
2
-0
/
+51
*
Extend capabilities to 64-bits in preparation for some API changes.
grehan
2014-07-05
1
-1
/
+1
*
Use correct flag for event index.
grehan
2014-07-03
1
-1
/
+1
*
Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This error
neel
2014-06-27
1
-1
/
+25
*
Sort command flags in usage output and the manpages.
jhb
2014-06-27
2
-39
/
+39
*
Set the version and date to fixed fields rather than using
grehan
2014-06-27
1
-2
/
+2
*
- Document -b to enable the bvmcons console (but mark it as deprecated
jhb
2014-06-26
2
-7
/
+21
*
Provide APIs to directly get 'lowmem' and 'highmem' size directly.
neel
2014-06-24
3
-19
/
+8
*
use .Mt to mark up email addresses consistently (part2)
bapt
2014-06-20
1
-2
/
+2
*
Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.
neel
2014-06-18
1
-2
/
+2
*
r267169 should apply to 64-bit BARs as well.
tychon
2014-06-09
1
-2
/
+2
*
Remove blank lines.
joel
2014-06-09
1
-2
/
+0
*
Some devices (e.g. Intel AHCI and NICs) support quad-word access to
tychon
2014-06-06
1
-4
/
+21
*
Use MIN(a,b) from <sys/param.h> instead of rolling our own version.
neel
2014-06-01
2
-10
/
+2
*
Limit the maximum number of back-to-back iterations of a "rep; ins/outs"
neel
2014-06-01
1
-3
/
+11
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
2
-1
/
+13
*
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
2
-1
/
+3
*
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
3
-45
/
+130
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
12
-61
/
+609
*
Don't include the guest memory segments in the bhyve(8) process core dump.
neel
2014-05-13
2
-3
/
+12
*
abort(3) the process in response to a VMEXIT_ABORT. This usually happens in
neel
2014-05-12
1
-8
/
+3
*
Disable the 'uart_drain()' callback when the emulated receive FIFO is full.
neel
2014-05-05
1
-47
/
+82
*
Modify the "-p" option to be more flexible when associating a 'vcpu' with
neel
2014-05-05
2
-17
/
+50
*
Remove misleading "addcpu" in an error message emitted by fbsdrun_deletecpu().
neel
2014-05-05
1
-2
/
+1
*
Re-adding an event to a kqueue modifies the parameters of the original event.
neel
2014-05-05
1
-7
/
+12
*
Don't allow MPtable generation if there are multiple PCI hierarchies. This is
neel
2014-05-02
5
-5
/
+39
*
Add logic in the HLT exit handler to detect if the guest has put all vcpus
neel
2014-05-02
1
-3
/
+9
*
Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.
neel
2014-04-30
1
-0
/
+2
*
Some Linux guests will implement a 'halt' by disabling the APIC and executing
neel
2014-04-29
1
-19
/
+3
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
1
-9
/
+19
[next]