summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatmlarkin2016-10-121-2/+22
| | | | | | | caused IRQ9 to be shared between the second disk device and the vio(4)s, which caused poor network performance. ok reyk, stefan
* change some log_warn to log_warnx and convert some integer literals tomlarkin2016-09-011-8/+8
| | | | enumerand values
* Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.mlarkin2016-09-011-5/+22
| | | | | | The first issue caused trash to be returned from an i/o port read where that port was unclaimed by any emulated device. The second issue caused improper BAR sizes to be reported for unassigned device BARs.
* small bits of header cleanup; ok mlarkinderaadt2016-08-171-2/+4
|
* stdio.h is not needed here anymore.mlarkin2016-01-141-2/+1
|
* bzero -> memset for consistencymlarkin2016-01-041-2/+2
|
* spacingreyk2015-12-031-2/+2
|
* Add support for logging to stderr or syslog, and to run vmd inreyk2015-11-231-11/+10
| | | | | | foreground with -d. OK mlarkin@ jung@
* Add $ Idsreyk2015-11-221-0/+2
|
* vmd(8) - virtual machine daemon.mlarkin2015-11-221-0/+309
There is still a lot to be done, and fixed, in these userland components but I have received enough "it works, commit it" emails that it's time to finish those things in tree. discussed with many, tested by many.