summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/pci.c
AgeCommit message (Expand)Author
2019-10-16vmd(8): provide some additional info in a debug msgMike Larkin
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-10vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfReyk Floeter
2018-06-19knfReyk Floeter
2018-04-27vmd(8): implement vmd side of ELCR registersMike Larkin
2018-02-15vmd(8): Properly return the correct byte when doing byte-aligned PCIMike Larkin
2017-09-17vmd: send/recv pci config space instead of recreating pci devices on receivepd
2017-08-20vmd: reorganize some pci config space handling code, no functional change.Mike Larkin
2017-08-10vmd: partially back out a change committed yesterday regarding guestMike Larkin
2017-08-09vmd: allow guest PCI interrupt line reassignment.Mike Larkin
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-04-21vmd(8) pci emulation fix required for upcoming option rom support.Mike Larkin
2017-03-27die whitespace die die dieTheo de Raadt
2017-03-25Last bits needed to get seabios + alpine linux working. This is enoughMike Larkin
2017-03-25Implement some missing functionality and clean up some code in vmdMike Larkin
2017-01-21updated include paths for recently moved virtio stuffMike Larkin
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-13Add host side of vmmci(4) to vmd(8).Reyk Floeter
2016-10-12Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatMike Larkin
2016-09-01change some log_warn to log_warnx and convert some integer literals toMike Larkin
2016-09-01Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.Mike Larkin
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-01-14stdio.h is not needed here anymore.Mike Larkin
2016-01-04bzero -> memset for consistencyMike Larkin
2015-12-03spacingReyk Floeter
2015-11-23Add support for logging to stderr or syslog, and to run vmd inReyk Floeter
2015-11-22Add $ IdsReyk Floeter
2015-11-22vmd(8) - virtual machine daemon.Mike Larkin