summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change prdbc value reporting.mav2015-03-131-7/+6
* Polish AHCI disk identify data and fix speed negotiation.mav2015-03-132-17/+49
* Add support for PIO variants of READ/WRITE commands for AHCI disks.mav2015-03-131-4/+16
* Use ahci_write_fis_d2h() for commands completion.mav2015-03-131-21/+11
* Add DSM TRIM command support for virtual AHCI disks.mav2015-03-133-8/+166
* Add variable initialization missed by me and clang.mav2015-03-051-0/+1
* Fix error translation broken in r279658.mav2015-03-051-6/+5
* Implement cache flush for ahci-hd and for virtio-blk over device.mav2015-03-052-3/+18
* Add check for absent stripe size to r279652.mav2015-03-051-1/+1
* Report logical/physical sector sizes for virtual SATA disk.mav2015-03-053-3/+36
* Add support for TOPOLOGY feature of virtio block device.mav2015-03-051-12/+32
* Emulate MSR 0xC0011024 when running on AMD processors.neel2015-02-241-0/+9
* Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.neel2015-02-244-13/+21
* Don't close a block context if it couldn't be opened,grehan2015-02-231-1/+2
* Simplify instruction restart logic in bhyve.neel2015-01-184-51/+35
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.neel2014-12-301-279/+26
* Convert usr.sbin to LIBADDbapt2014-11-251-3/+2
* Fix improper .Fx macro usage.trasz2014-11-191-1/+2
* To allow a request to be submitted from within the callback routine oftychon2014-11-091-2/+2
* Improve the ability to cancel an in-flight request by using antychon2014-11-041-24/+146
* If the start bit, PxCMD.ST, is cleared and nothing is in-flight thentychon2014-11-031-2/+6
* Add a comment explaining the intent behind the I/O reservation [0x72-0x77].neel2014-10-261-0/+4
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-262-174/+0
* IFC @r273214neel2014-10-202-25/+148
* Don't advertise the "OS visible workarounds" feature in cpuid.80000001H:ECX.neel2014-10-191-0/+25
* Don't advertise the Instruction Based Sampling feature because it requiresneel2014-10-171-0/+13
* Hide extended PerfCtr MSRs on AMD processors by clearing bits 23, 24 and 28 inneel2014-10-171-0/+37
* Emulate the "Hardware Configuration" MSR when running on an AMD host.neel2014-10-161-2/+27
* IFC @r272887neel2014-10-103-2/+15
|\
| * Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+7
| * iasl(8) expects integer fields in data tables to be specified as hexadecimalneel2014-10-091-2/+2
| * Implement the FLUSH operation in the virtio-block emulation.neel2014-10-071-0/+6
* | IFC @r272481neel2014-10-051-1/+4
|\ \ | |/
| * Add new fields in the FADT, required by IASL 20140926-64.grehan2014-10-031-1/+4
* | IFC @r272185neel2014-09-271-1/+1
|\ \ | |/
| * Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.grehan2014-09-231-1/+1
| * Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-203-10/+68
OpenPOWER on IntegriCloud