aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* - Increase the max number of indirect descriptors to matchPeter Grehan2015-10-021-2/+2
* Use strlcpy() instead of strncpy() because subsequent mkstemps expectsXin LI2015-09-171-2/+2
* Add simple (no-op) emulations for the CHECK_POWER_MODE,Peter Grehan2015-08-171-0/+6
* Another small typo.Alexander Motin2015-08-111-1/+1
* Fix minor typo.Alexander Motin2015-08-111-1/+1
* Manpage cleanup.Christian Brueffer2015-08-071-12/+23
* Always assert DCD and DSR in bhyve's uart emulation.Neel Natu2015-07-061-17/+34
* Updated dependsSimon J. Gerraty2015-07-031-0/+22
* add SO_REUSEADDR when starting debug port, lets you still bind whenJohn-Mark Gurney2015-06-201-0/+9
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-188-24/+283
* Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-281-1/+13
* The 'hostbridge' device exists to allow guests to infer msi/msixTycho Nightingale2015-05-211-1/+1
* Temporarily revert r282922 which bumped the max descriptors.Peter Grehan2015-05-211-1/+1
* Bump the size of the blockif scatter-gather list to 67.Peter Grehan2015-05-141-1/+1
* Set the subvendor field in config space to the vendor ID.Peter Grehan2015-05-133-0/+3
* Allow configuration of the sector size advertised to the guest.Neel Natu2015-05-122-26/+69
* Handling indirect descriptors is a capability of the host andPeter Grehan2015-05-111-1/+1
* Allow byte reads of AHCI registers.Neel Natu2015-05-071-4/+9
* Add memory barrier to r281764.Alexander Motin2015-05-061-14/+11
* Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().Neel Natu2015-05-062-78/+81
* Reimplement queue freeze on error, added in r282429:Alexander Motin2015-05-061-3/+9
* Implement in-order execution of non-NCQ commands.Alexander Motin2015-05-041-6/+15
* Implement basic PxTFD.STS.BSY reporting.Alexander Motin2015-05-031-13/+38
* Initialize PxCMD on reset and make its read-only bits such.Alexander Motin2015-05-021-2/+16
* Handle ATA_SEND_FPDMA_QUEUED as NCQ in ahci_port_stop().Alexander Motin2015-05-021-1/+2
* Advertise an additional memory BAR in the "dummy" device emulation.Neel Natu2015-05-021-15/+23
* Implement the century byte in the RTC. Some guests require this field to beNeel Natu2015-04-281-1/+1
* Don't allow guest to modify readonly bits in the PCI config 'status' register.Neel Natu2015-04-241-38/+49
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-235-5/+5
* Don't set bits that should be zero for SATA devices.Alexander Motin2015-04-201-1/+0
* Report link as up if tap device is not specified (black hole).Alexander Motin2015-04-201-1/+1
* Report link as up only if we managed to open tap device.Alexander Motin2015-04-201-2/+2
* Disable RX/TX queues notifications when not needed.Alexander Motin2015-04-201-0/+4
* Workaround bhyve virtual disks operation on top of GEOM providers.Alexander Motin2015-04-184-18/+100
* Make virtual AHCI more careful with I/O lengths.Alexander Motin2015-04-171-92/+84
* If the number of guest vcpus is less than '1' then flag it as an error.Neel Natu2015-04-161-0/+5
* Prior to aborting due to an ioport error, it is always interesting toTycho Nightingale2015-04-151-2/+4
* Fix overlinking in bhyve:Baptiste Daroussin2015-04-091-1/+1
* Prior to aborting due to an instruction emulation error, it is alwaysTycho Nightingale2015-04-011-7/+12
* Move legacy interrupt allocation for virtio devices to common code.Peter Grehan2015-03-273-4/+5
* Add missing variable initialization.Alexander Motin2015-03-201-1/+1
* Report that we may have write cache, and that we do support FLUSH.Alexander Motin2015-03-161-0/+2
* Increase S/G list size of 32 to 33 entries.Alexander Motin2015-03-162-8/+6
* Pre-allocate one extra request per processing thread.Alexander Motin2015-03-151-1/+1
* According to Linux and QEMU, s/n equal to buffer is not zero-terminated.Alexander Motin2015-03-151-1/+3
* Close potential race on blockif_close().Alexander Motin2015-03-151-0/+2
* Fix networking problem after r280026.Alexander Motin2015-03-153-2/+17
* Give AHCI disk serial based on backing file path same as for virtio block.Alexander Motin2015-03-151-4/+16
* Rewrite virtio block device driver to work asynchronously and use the blockAlexander Motin2015-03-152-78/+76
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-155-39/+24