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
*
Sanity-check the vm exitcode, and exit the process if it's out-of-bounds
grehan
2013-07-18
1
-2
/
+11
*
Major rework of the virtio code. Split out common parts, and modify
grehan
2013-07-17
5
-961
/
+1408
*
Implement RTC CMOS nvram. Init some fields that are used
grehan
2013-07-11
3
-22
/
+105
*
Support an optional "mac=" parameter to virtio-net config, to allow
grehan
2013-07-04
4
-29
/
+85
*
Fix up option parsing to allow a colon in the config section.
grehan
2013-07-01
1
-13
/
+8
*
Allow 8259 registers to be read. This is a transient condition
grehan
2013-06-28
1
-9
/
+8
*
Allow the PCI config address register to be read. The Linux
grehan
2013-06-28
1
-11
/
+21
*
Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.
neel
2013-05-03
2
-34
/
+37
*
Reset some more softc state when the guest resets the virtio network device.
neel
2013-04-30
1
-0
/
+7
*
Use a separate mutex for the receive path instead of overloading the softc
neel
2013-04-30
1
-20
/
+58
*
Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because we
neel
2013-04-28
1
-20
/
+0
*
Use a thread for the processing of virtio tx descriptors rather
grehan
2013-04-26
1
-21
/
+111
*
Gripe if some <slot,function> tuple is specified more than once instead of
neel
2013-04-26
3
-20
/
+47
*
Teach the virtio block device to deal with direct as well as indirect
neel
2013-04-23
1
-63
/
+61
*
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
[next]