aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* Improve error message when failing to open a backing fileBaptiste Daroussin2016-05-271-2/+3
* bhyve: consider the bogus case of a negative bar idx.Pedro F. Giffuni2016-05-131-2/+2
* bhyve: replace uninitialized variable "offset".Pedro F. Giffuni2016-05-131-2/+2
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-222-3/+3
* Don't use SYSDIR to avoid conflicts with existing usage.Peter Grehan2016-04-201-2/+2
* Update the bhyve(8) man page:Roman Bogorodskiy2016-04-201-1/+22
* Always emit an error message on passthru configuration errors.John Baldwin2016-04-191-22/+34
* MFHGlen Barber2016-04-162-14/+105
|\
| * Handle PBA that shares a page with MSI-X table for passthrough devices.John Baldwin2016-04-132-14/+105
* | MFHGlen Barber2016-04-111-1/+3
|\|
| * Allow the location of the kernel source tree to be overridden.Peter Grehan2016-04-101-1/+3
* | MFHGlen Barber2016-04-061-5/+1
|\|
| * bhyve: Remove unneeded variable ncq.Pedro F. Giffuni2016-04-051-5/+1
* | MFHGlen Barber2016-04-041-0/+1
|\|
| * pci_emul_dior(): fix uninitialized scalar variable.Pedro F. Giffuni2016-03-311-0/+1
* | MFHGlen Barber2016-03-141-5/+9
|\|
| * Fix typo: nmd->cur_tx_ring should be used in pci_vtnet_netmap_writev()George V. Neville-Neil2016-03-141-5/+9
* | MFHGlen Barber2016-01-272-7/+2
|\|
| * Cleanup unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-01-262-7/+2
* | MFHGlen Barber2016-01-121-32/+274
|\|
| * Fix bhyve(1) operation on vmnet devices, broken in r293459.Gleb Smirnoff2016-01-101-1/+2
| * Add netmap support for bhyveGeorge V. Neville-Neil2016-01-091-32/+273
* | MFH r289384-r293170Glen Barber2016-01-042-10/+7
|\|
| * Remove unused variable after r292981 to unbreak the build.Bjoern A. Zeeb2015-12-311-1/+1
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-5/+2
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-2/+1
| * Exit with a user-friendly message instead of tripping an assertEnji Cooper2015-10-221-1/+2
| * Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* | Merge from headBaptiste Daroussin2015-10-095-1/+611
|\|
| * Clean up some harmless unimplemented-command warning messages.Peter Grehan2015-10-051-1/+3
| * Fix post-test typo that snuck in.Peter Grehan2015-10-021-1/+1
| * Simple sysctl-like firmware query interface. Similar in operationPeter Grehan2015-10-024-0/+608
* | Remerge as previous one was brokenBaptiste Daroussin2015-10-031-2/+2
|\|
| * - Increase the max number of indirect descriptors to matchPeter Grehan2015-10-021-2/+2
* | Merge from headBaptiste Daroussin2015-10-011-2/+2
|\|
| * Use strlcpy() instead of strncpy() because subsequent mkstemps expectsXin LI2015-09-171-2/+2
* | Finish merging from head, messed up in previous attemptBaptiste Daroussin2015-09-122-14/+31
|\|
* | Merge from headBaptiste Daroussin2015-09-123-17/+65
|\|
| * 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
* | Merge from head @274131Baptiste Daroussin2015-06-208-24/+283
|\|
| * Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-188-24/+283
* | Merge from headBaptiste Daroussin2015-06-151-1/+13
|\|
| * Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-281-1/+13
* | MFH: r282615-r283655Glen Barber2015-05-287-28/+74
|\|