summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* MFC r257092grehan2013-10-301-31/+85
* MFC r257293.neel2013-10-3013-596/+1103
* MFC r256926, r257005grehan2013-10-252-6/+10
* MFC r256645.neel2013-10-223-50/+48
* MFC r256709:grehan2013-10-187-147/+60
* MFC r256709:grehan2013-10-181-1/+1
* MFC r256389grehan2013-10-121-5/+47
* Allow a 4-byte write to PCI config space to overlapgrehan2013-10-091-3/+12
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-092-3/+7
* In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the formdim2013-10-081-11/+11
* After r256062, the static function fbsdrun_get_next_cpu() indim2013-10-081-11/+0
* Change the behavior of bhyve such that the gdb listening port is opt-inneel2013-10-082-5/+3
* Merge projects/bhyve_npt_pmap into head.neel2013-10-053-18/+16
* Remove obsolete cmd-line options and code associated withgrehan2013-10-043-154/+28
* Hook up the AHCI and blockif code to the build.grehan2013-10-041-2/+2
* Import Zhixiang Yu's GSoC'13 AHCI emulation:grehan2013-10-042-0/+2109
* Block-layer backend interface for bhyve block-io device emulations.grehan2013-10-042-0/+490
* 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
OpenPOWER on IntegriCloud