summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* MFC 259635:jhb2014-04-084-14/+58
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-236-45/+104
* MFC 261607:jhb2014-02-192-0/+6
* MFC 260206:jhb2014-01-2912-115/+417
* MFC 259826,259997,259998:jhb2014-01-2310-39/+371
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-2310-438/+108
* MFC r260446remko2014-01-111-1/+1
* MFC 259013:jhb2013-12-241-16/+3
* MFC r259302,r259413grehan2013-12-182-2/+300
* MFC r256657,r257018,r257347,r257423,r257729,r257767,grehan2013-12-1312-99/+141
* 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
OpenPOWER on IntegriCloud