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
*
Setup accesses to the memory hole below 4GB to return all 1's on read and
neel
2013-04-17
1
-9
/
+15
*
Need to call init_mem() to really initialize the MMIO range lookups.
neel
2013-04-10
1
-0
/
+1
*
Remove obsolete comment about lack of locking for MMIO range lookup.
neel
2013-04-10
1
-6
/
+0
*
Unsynchronized TSCs on the host require special handling in bhyve:
neel
2013-04-10
1
-14
/
+87
*
Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'
neel
2013-04-10
1
-11
/
+11
*
Improve PCI BAR emulation:
neel
2013-04-10
7
-60
/
+320
*
Remove dangling ISA uart stubs.
grehan
2013-04-05
2
-61
/
+1
*
config checksum is over the entire fixed portion, not just the
grehan
2013-04-05
1
-1
/
+1
*
Simplify the assignment of memory to virtual machines by requiring a single
neel
2013-03-18
7
-70
/
+48
*
Change the type of 'ndesc' from 'int' to 'uint16_t' so that descriptor index
neel
2013-03-16
1
-1
/
+1
*
Convert the offset into the bar that contains the MSI-X table to an offset
neel
2013-03-11
1
-0
/
+3
*
Simplify virtio ring num-available calculation.
grehan
2013-03-06
2
-11
/
+21
*
Reorder code to avoid the stat buffer being used uninitialized.
grehan
2013-03-06
1
-6
/
+10
*
Specify the length of the mapping requested from 'paddr_guest2host()'.
neel
2013-03-01
7
-37
/
+49
*
Ignore the BARRIER flag in the virtio block header.
neel
2013-02-26
1
-4
/
+11
*
Get rid of unused struct member.
neel
2013-02-25
1
-1
/
+0
*
Add the ability to have a 'fallback' search for memory ranges.
grehan
2013-02-22
3
-17
/
+65
*
Advertise PCI-E capability in the hostbridge device presented to the guest.
neel
2013-02-15
3
-0
/
+72
*
Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.
neel
2013-02-11
1
-1
/
+5
*
Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers
jhb
2013-02-05
1
-2
/
+0
*
Add support for MSI-X interrupts in the virtio block device and make that
neel
2013-02-01
1
-8
/
+98
*
Fix a broken assumption in the passthru implementation that the MSI-X table
neel
2013-02-01
1
-23
/
+37
*
Fix a bug in the passthru implementation where it would assume that all
neel
2013-02-01
4
-8
/
+34
*
Add support for MSI-X interrupts in the virtio network device and make that
neel
2013-01-30
4
-30
/
+348
*
Improve correctness of rtc register implementation.
grehan
2013-01-25
1
-5
/
+15
*
Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq.
neel
2013-01-25
1
-5
/
+2
*
Allocate the memory for the MSI-X table dynamically instead of allocating 32KB
neel
2013-01-21
2
-15
/
+32
*
Get rid of redundant 'table_size' field in struct pi_msix. If needed it can
neel
2013-01-21
2
-3
/
+1
*
Use <vmname> in a consistent manner in usage messages output by 'bhyve',
neel
2013-01-20
1
-1
/
+2
*
Don't completely drain the read file descriptor. Instead, only
grehan
2013-01-07
1
-10
/
+34
*
Use 64-bit arithmetic throughout, and lock accesses to globals.
grehan
2013-01-07
1
-6
/
+13
*
The "unrestricted guest" capability is a feature of Intel VT-x that allows
neel
2013-01-04
2
-80
/
+31
*
Change thread name for the main kqueue event loop to "<vmname> mevent" so
grehan
2012-12-20
1
-0
/
+13
*
Rename fbsdrun.* -> bhyverun.*
grehan
2012-12-13
12
-11
/
+11
*
Properly reset the tx/rx rings when a guest requests a device reset.
grehan
2012-12-12
1
-0
/
+19
*
Create unique MAC addresses for virtio devices that are
grehan
2012-12-12
1
-5
/
+6
*
Determine the correct length and sector size for raw devices.
grehan
2012-12-08
1
-3
/
+22
*
- Add in an XSDT to stop acpidump from exiting with a
grehan
2012-11-30
1
-8
/
+48
*
Cleanup the user-space paging exit handler now that the unified instruction
neel
2012-11-28
3
-6
/
+3
*
Revamp the x86 instruction emulation in bhyve.
neel
2012-11-28
8
-697
/
+44
*
MSI-X does not need to be enabled in the message control register for the
neel
2012-11-22
1
-2
/
+2
*
Mask the %eax register properly based on whether the "out" instruction is
neel
2012-11-21
1
-0
/
+16
*
ACPI support for bhyve.
grehan
2012-11-20
5
-5
/
+958
*
IFC @ r242684
neel
2012-11-11
1
-1
/
+1
*
Change the thread name of the vCPU threads to contain the
grehan
2012-10-31
1
-1
/
+8
*
Exit if the requested num vCPUs exceeds the maximum rather
grehan
2012-10-31
1
-16
/
+27
*
Present the bvm dbgport to the guest only when explicitly requested via
neel
2012-10-27
1
-27
/
+40
*
Present the bvm console device to the guest only when explicitly requested via
neel
2012-10-27
3
-3
/
+25
*
Ignore PCI configuration accesses to all bus numbers other than PCI bus 0.
neel
2012-10-27
1
-1
/
+5
*
Remove mptable generation code from libvmmapi and move it to bhyve.
grehan
2012-10-26
7
-219
/
+437
[next]