summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* add SO_REUSEADDR when starting debug port, lets you still bind whenjmg2015-06-201-0/+9
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-188-24/+283
* Fix non-deterministic delays when accessing a vcpu that was in "running" orneel2015-05-281-1/+13
* The 'hostbridge' device exists to allow guests to infer msi/msixtychon2015-05-211-1/+1
* Temporarily revert r282922 which bumped the max descriptors.grehan2015-05-211-1/+1
* Bump the size of the blockif scatter-gather list to 67.grehan2015-05-141-1/+1
* Set the subvendor field in config space to the vendor ID.grehan2015-05-133-0/+3
* Allow configuration of the sector size advertised to the guest.neel2015-05-122-26/+69
* Handling indirect descriptors is a capability of the host andgrehan2015-05-111-1/+1
* Allow byte reads of AHCI registers.neel2015-05-071-4/+9
* Add memory barrier to r281764.mav2015-05-061-14/+11
* Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().neel2015-05-062-78/+81
* Reimplement queue freeze on error, added in r282429:mav2015-05-061-3/+9
* Implement in-order execution of non-NCQ commands.mav2015-05-041-6/+15
* Implement basic PxTFD.STS.BSY reporting.mav2015-05-031-13/+38
* Initialize PxCMD on reset and make its read-only bits such.mav2015-05-021-2/+16
* Handle ATA_SEND_FPDMA_QUEUED as NCQ in ahci_port_stop().mav2015-05-021-1/+2
* Advertise an additional memory BAR in the "dummy" device emulation.neel2015-05-021-15/+23
* Implement the century byte in the RTC. Some guests require this field to beneel2015-04-281-1/+1
* Don't allow guest to modify readonly bits in the PCI config 'status' register.neel2015-04-241-38/+49
* Reassign copyright statements on several files from Advancedjhb2015-04-235-5/+5
* Don't set bits that should be zero for SATA devices.mav2015-04-201-1/+0
* Report link as up if tap device is not specified (black hole).mav2015-04-201-1/+1
* Report link as up only if we managed to open tap device.mav2015-04-201-2/+2
* Disable RX/TX queues notifications when not needed.mav2015-04-201-0/+4
* Workaround bhyve virtual disks operation on top of GEOM providers.mav2015-04-184-18/+100
* Make virtual AHCI more careful with I/O lengths.mav2015-04-171-92/+84
* If the number of guest vcpus is less than '1' then flag it as an error.neel2015-04-161-0/+5
* Prior to aborting due to an ioport error, it is always interesting totychon2015-04-151-2/+4
* Fix overlinking in bhyve:bapt2015-04-091-1/+1
* Prior to aborting due to an instruction emulation error, it is alwaystychon2015-04-011-7/+12
* Move legacy interrupt allocation for virtio devices to common code.grehan2015-03-273-4/+5
* Add missing variable initialization.mav2015-03-201-1/+1
* Report that we may have write cache, and that we do support FLUSH.mav2015-03-161-0/+2
* Increase S/G list size of 32 to 33 entries.mav2015-03-162-8/+6
* Pre-allocate one extra request per processing thread.mav2015-03-151-1/+1
* According to Linux and QEMU, s/n equal to buffer is not zero-terminated.mav2015-03-151-1/+3
* Close potential race on blockif_close().mav2015-03-151-0/+2
* Fix networking problem after r280026.mav2015-03-153-2/+17
* Give AHCI disk serial based on backing file path same as for virtio block.mav2015-03-151-4/+16
* Rewrite virtio block device driver to work asynchronously and use the blockmav2015-03-152-78/+76
* Modify virtqueue helpers added in r253440 to allow queuing.mav2015-03-155-39/+24
* Block delete capability for read-only devices.mav2015-03-152-2/+5
* Give block I/O interface multiple (8) execution threads.mav2015-03-141-53/+76
* Add checksums to identify data and NCQ command error log.mav2015-03-141-0/+16
* Slightly polish virtual AHCI CD reporting.mav2015-03-141-23/+67
* Fix NOP and IDLE commands for virtual AHCI disks.mav2015-03-141-2/+5
* Add support for NCQ variant of DSM TRIM for virtual AHCI disks.mav2015-03-141-4/+24
* Improve NCQ errors reporting for virtual AHCI disks.mav2015-03-141-11/+53
* Remove incorrect SERR register setting.mav2015-03-131-2/+0
OpenPOWER on IntegriCloud