summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* Exit with a user-friendly message instead of tripping an assertngie2015-10-221-1/+2
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Clean up some harmless unimplemented-command warning messages.grehan2015-10-051-1/+3
* Fix post-test typo that snuck in.grehan2015-10-021-1/+1
* Simple sysctl-like firmware query interface. Similar in operationgrehan2015-10-024-0/+608
* - Increase the max number of indirect descriptors to matchgrehan2015-10-021-2/+2
* Use strlcpy() instead of strncpy() because subsequent mkstemps expectsdelphij2015-09-171-2/+2
* Add simple (no-op) emulations for the CHECK_POWER_MODE,grehan2015-08-171-0/+6
* Another small typo.mav2015-08-111-1/+1
* Fix minor typo.mav2015-08-111-1/+1
* Manpage cleanup.brueffer2015-08-071-12/+23
* Always assert DCD and DSR in bhyve's uart emulation.neel2015-07-061-17/+34
* Updated dependssjg2015-07-031-0/+22
* 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
OpenPOWER on IntegriCloud