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
*
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
*
Fix the processor table entry structure to use a fixed-width type for
jhb
2013-12-05
1
-16
/
+3
*
Add support for level triggered interrupt pins on the vioapic. Prior to this
neel
2013-11-27
2
-2
/
+2
*
Allow bhyve and bhyveload to attach to tty devices.
grehan
2013-11-27
1
-48
/
+72
*
The Data Byte Count (DBC) field of a Physical Region Descriptor
grehan
2013-11-26
1
-11
/
+21
*
Fix discrepancy between the IOAPIC ID advertised by firmware tables and the
neel
2013-11-25
2
-3
/
+3
*
Add HPET device emulation to bhyve.
neel
2013-11-25
1
-3
/
+84
*
Add an ioctl to assert and deassert an ioapic pin atomically. This will be used
neel
2013-11-23
4
-10
/
+17
*
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
7
-429
/
+11
*
x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) to
neel
2013-11-11
2
-3
/
+13
*
Fix an off-by-one error when iterating over the emulated PCI BARs.
neel
2013-11-06
1
-1
/
+1
*
Add the VM name to the process name with setproctitle().
grehan
2013-11-06
5
-11
/
+13
*
Make the virtual ioapic available unconditionally in a bhyve virtual machine.
neel
2013-10-31
5
-23
/
+19
*
Update copyright to include the author of the LPC bridge emulation code.
neel
2013-10-29
1
-0
/
+1
*
Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attached
neel
2013-10-29
13
-591
/
+1097
*
Fix bug in the ioapic emulation for level-triggered interrupts,
grehan
2013-10-25
1
-31
/
+85
*
Tidy usage messages for bhyve and bhyveload.
neel
2013-10-23
1
-6
/
+6
*
Export the block size capability to guests.
grehan
2013-10-23
1
-2
/
+7
*
Fix AHCI ATAPI emulation when backed with /dev/cd0
grehan
2013-10-22
1
-4
/
+3
[next]