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
*
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
*
Changes required for OpenBSD/amd64:
grehan
2013-10-17
7
-147
/
+60
*
Eliminate unconditional debug printfs.
grehan
2013-10-17
1
-1
/
+1
*
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
neel
2013-10-16
3
-50
/
+48
*
Implement the virtio block 'get-ident' operation. This eliminates the
grehan
2013-10-12
1
-5
/
+47
*
Allow a 4-byte write to PCI config space to overlap
grehan
2013-10-09
1
-3
/
+12
*
Parse the memory size parameter using expand_number() to allow specifying
neel
2013-10-09
2
-3
/
+7
*
In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the form
dim
2013-10-08
1
-11
/
+11
*
After r256062, the static function fbsdrun_get_next_cpu() in
dim
2013-10-08
1
-11
/
+0
*
Change the behavior of bhyve such that the gdb listening port is opt-in
neel
2013-10-08
2
-5
/
+3
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
3
-18
/
+16
*
Remove obsolete cmd-line options and code associated with
grehan
2013-10-04
3
-154
/
+28
*
Hook up the AHCI and blockif code to the build.
grehan
2013-10-04
1
-2
/
+2
*
Import Zhixiang Yu's GSoC'13 AHCI emulation:
grehan
2013-10-04
2
-0
/
+2109
*
Block-layer backend interface for bhyve block-io device emulations.
grehan
2013-10-04
2
-0
/
+490
*
Fix incorrect assertion on the minimum side. ZFS would
grehan
2013-09-26
1
-1
/
+1
*
Implement support for the interrupt-on-terminal-count and
grehan
2013-09-19
1
-16
/
+90
*
Add simplistic periodic timer support to mevent using kqueue's
grehan
2013-09-19
3
-8
/
+104
*
Allow the alarm hours/mins/seconds registers to be read/written,
grehan
2013-09-19
1
-0
/
+30
*
Use correct offset for the high byte of high memory written to
grehan
2013-09-19
1
-1
/
+1
*
Pass the number of supported vectors to pci_emul_add_msicap() and
grehan
2013-09-17
1
-1
/
+2
*
Go way past 11 and bump bhyve's max vCPUs to 16.
grehan
2013-09-10
1
-3
/
+5
*
Fix spelling.
grehan
2013-09-06
1
-1
/
+1
*
Allow level-triggered interrupt sources. While this isn't
grehan
2013-09-06
1
-2
/
+2
*
Allow single byte reads of the emulated MSI-X tables. This is not required
neel
2013-08-27
1
-3
/
+9
*
Fix off-by-1 error in assert.
grehan
2013-08-27
1
-1
/
+1
*
Fix ordering of legacy IRQ reservations.
grehan
2013-08-16
1
-10
/
+10
*
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
[next]