summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect assertion on the minimum side. ZFS wouldgrehan2013-09-261-1/+1
* Implement support for the interrupt-on-terminal-count andgrehan2013-09-191-16/+90
* Add simplistic periodic timer support to mevent using kqueue'sgrehan2013-09-193-8/+104
* Allow the alarm hours/mins/seconds registers to be read/written,grehan2013-09-191-0/+30
* Use correct offset for the high byte of high memory written togrehan2013-09-191-1/+1
* Pass the number of supported vectors to pci_emul_add_msicap() andgrehan2013-09-171-1/+2
* Go way past 11 and bump bhyve's max vCPUs to 16.grehan2013-09-101-3/+5
* Fix spelling.grehan2013-09-061-1/+1
* Allow level-triggered interrupt sources. While this isn'tgrehan2013-09-061-2/+2
* Allow single byte reads of the emulated MSI-X tables. This is not requiredneel2013-08-271-3/+9
* Fix off-by-1 error in assert.grehan2013-08-271-1/+1
* Fix ordering of legacy IRQ reservations.grehan2013-08-161-10/+10
* Sanity-check the vm exitcode, and exit the process if it's out-of-boundsgrehan2013-07-181-2/+11
* Major rework of the virtio code. Split out common parts, and modifygrehan2013-07-175-961/+1408
* Implement RTC CMOS nvram. Init some fields that are usedgrehan2013-07-113-22/+105
* Support an optional "mac=" parameter to virtio-net config, to allowgrehan2013-07-044-29/+85
* Fix up option parsing to allow a colon in the config section.grehan2013-07-011-13/+8
* Allow 8259 registers to be read. This is a transient conditiongrehan2013-06-281-9/+8
* Allow the PCI config address register to be read. The Linuxgrehan2013-06-281-11/+21
* Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.neel2013-05-032-34/+37
* Reset some more softc state when the guest resets the virtio network device.neel2013-04-301-0/+7
* Use a separate mutex for the receive path instead of overloading the softcneel2013-04-301-20/+58
* Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because weneel2013-04-281-20/+0
* Use a thread for the processing of virtio tx descriptors rathergrehan2013-04-261-21/+111
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-263-20/+47
* Teach the virtio block device to deal with direct as well as indirectneel2013-04-231-63/+61
* Setup accesses to the memory hole below 4GB to return all 1's on read andneel2013-04-171-9/+15
* Need to call init_mem() to really initialize the MMIO range lookups.neel2013-04-101-0/+1
* Remove obsolete comment about lack of locking for MMIO range lookup.neel2013-04-101-6/+0
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-101-14/+87
* Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'neel2013-04-101-11/+11
* Improve PCI BAR emulation:neel2013-04-107-60/+320
* Remove dangling ISA uart stubs.grehan2013-04-052-61/+1
* config checksum is over the entire fixed portion, not just thegrehan2013-04-051-1/+1
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-187-70/+48
* Change the type of 'ndesc' from 'int' to 'uint16_t' so that descriptor indexneel2013-03-161-1/+1
* Convert the offset into the bar that contains the MSI-X table to an offsetneel2013-03-111-0/+3
* Simplify virtio ring num-available calculation.grehan2013-03-062-11/+21
* Reorder code to avoid the stat buffer being used uninitialized.grehan2013-03-061-6/+10
* Specify the length of the mapping requested from 'paddr_guest2host()'.neel2013-03-017-37/+49
* Ignore the BARRIER flag in the virtio block header.neel2013-02-261-4/+11
* Get rid of unused struct member.neel2013-02-251-1/+0
* Add the ability to have a 'fallback' search for memory ranges.grehan2013-02-223-17/+65
* Advertise PCI-E capability in the hostbridge device presented to the guest.neel2013-02-153-0/+72
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-1/+5
* Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersjhb2013-02-051-2/+0
* Add support for MSI-X interrupts in the virtio block device and make thatneel2013-02-011-8/+98
* Fix a broken assumption in the passthru implementation that the MSI-X tableneel2013-02-011-23/+37
* Fix a bug in the passthru implementation where it would assume that allneel2013-02-014-8/+34
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-304-30/+348
OpenPOWER on IntegriCloud