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 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
*
Update bhyve(8) man page to describe the usage of the "-s" option to assign
neel
2014-02-14
1
-3
/
+9
*
Allow PCI devices to be configured on all valid bus numbers from 0 to 255.
neel
2014-02-14
5
-107
/
+270
*
Provide an indication a "PIO Setup Device to Host FIS" occurred while executing
tychon
2014-02-12
1
-3
/
+13
*
Mark the I/O ports used by the bhyve console and debug devices as system
jhb
2014-02-07
2
-0
/
+6
*
Enhance the support for PCI legacy INTx interrupts and enable them in
jhb
2014-01-29
12
-120
/
+323
*
Remove support for legacy PCI devices. These haven't been needed since
jhb
2014-01-27
5
-55
/
+10
*
Fix issue with stale fields from a recycled request pulled off the freelist.
tychon
2014-01-22
1
-0
/
+2
*
Increase the block-layer backend maximum number of requests to match
tychon
2014-01-22
1
-1
/
+1
*
Fix issue with the virtio descriptor region being truncated
grehan
2014-01-09
1
-1
/
+1
*
virtio-block does not exist, the correct name is virtio-blk.
remko
2014-01-08
1
-1
/
+1
*
Cosmetic change - switch over to vertical SRCS to make it
grehan
2014-01-03
1
-5
/
+31
*
Rework the DSDT generation code a bit to generate more accurate info about
jhb
2014-01-02
12
-115
/
+417
*
Restructure the VMX code to enter and exit the guest. In large part this change
neel
2014-01-01
1
-1
/
+3
*
Extend the ACPI power management support to wire a virtual power button up
jhb
2013-12-28
7
-38
/
+212
*
Use pthread_once() to replace a static integer initted flag.
jhb
2013-12-28
1
-7
/
+3
*
Support soft power-off via the ACPI S5 state for bhyve guests.
jhb
2013-12-24
5
-12
/
+174
*
Extend the support for local interrupts on the local APIC:
jhb
2013-12-23
2
-0
/
+42
*
mdoc: nuke whitespace.
joel
2013-12-23
1
-1
/
+1
*
Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLE
neel
2013-12-22
1
-13
/
+2
*
Add an option to ignore accesses by the guest to unimplemented MSRs.
neel
2013-12-19
4
-14
/
+58
*
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
neel
2013-12-18
1
-11
/
+9
*
Add an API to deliver message signalled interrupts to vcpus. This allows
neel
2013-12-16
3
-36
/
+31
*
mdoc: sort SEE ALSO.
joel
2013-12-15
1
-2
/
+2
*
bhyve(8) man page.
grehan
2013-12-13
2
-2
/
+300
*
If a vcpu disables its local apic and then executes a 'HLT' then spin down the
neel
2013-12-07
1
-4
/
+28
[next]