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
*
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
*
Implement legacy interrupts for the AHCI device emulation
grehan
2014-04-28
1
-2
/
+34
*
Respect and track the enable bit in the PCI configuration address word.
grehan
2014-04-25
1
-5
/
+9
*
Provide a very basic stub for the 8042 PS/2 keyboard controller.
tychon
2014-04-25
3
-4
/
+86
*
Use calloc() in favor of malloc + memset.
delphij
2014-04-22
9
-24
/
+12
*
Factor out common ioport handler code for better hygiene -- pointed
tychon
2014-04-22
1
-22
/
+12
*
Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --
tychon
2014-04-18
1
-1
/
+1
*
Respect the destination operand size of the 'Input from Port' instruction.
tychon
2014-04-18
1
-4
/
+23
*
Add support for reading the PIT Counter 2 output signal via the NMI
tychon
2014-04-18
1
-0
/
+18
*
Add support for emulating the slave PIC.
tychon
2014-04-14
1
-2
/
+2
*
Constrain the amount of data returned to what is actually available
tychon
2014-04-09
1
-3
/
+5
*
Handle single-byte reads from the bvmcons port (0x220) by returning
jhb
2014-04-08
1
-0
/
+9
*
Add support for the virtio RNG entropy-source device.
grehan
2014-04-02
4
-1
/
+194
*
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
neel
2014-03-26
1
-1
/
+34
*
Move the atpit device model from userspace into vmm.ko for better
tychon
2014-03-25
3
-338
/
+0
*
Use 'cpuset_t' to represent the vcpus active in a virtual machine.
neel
2014-03-20
3
-20
/
+16
*
Don't reissue in-flight commands.
tychon
2014-03-18
1
-2
/
+16
*
Though there currently isn't a way to insert new media into an ATAPI
tychon
2014-03-16
1
-0
/
+18
*
Support the bootloader's single 16-bit 'outw' access to the Divisor
tychon
2014-03-16
1
-7
/
+19
*
Replace the userspace atpic stub with a more functional vmm.ko model.
tychon
2014-03-11
5
-160
/
+22
*
Open the uart emulation's backing tty in non-blocking mode.
grehan
2014-03-07
1
-1
/
+1
*
Add SMBIOS support.
tychon
2014-03-04
6
-11
/
+890
*
Document the "-a" and "-x" options to match the changes in r262236.
neel
2014-02-26
1
-2
/
+7
*
Queue pending exceptions in the 'struct vcpu' instead of directly updating the
neel
2014-02-26
1
-4
/
+10
*
Fix virtio spec URL.
grehan
2014-02-21
1
-1
/
+1
*
Avoid clobbering the counter mode when issuing a latch command.
tychon
2014-02-21
1
-2
/
+3
*
Simplify APIC mode switching from MMIO to x2APIC. In part this is done to
neel
2014-02-20
1
-15
/
+13
*
Add a check to validate that memory BARs of passthru devices are 4KB aligned.
neel
2014-02-18
3
-27
/
+53
*
Tweak the handling of PCI capabilities in emulated devices to remove
jhb
2014-02-18
2
-47
/
+26
[next]