index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
pci.c
Age
Commit message (
Expand
)
Author
2019-10-16
vmd(8): provide some additional info in a debug msg
Mike Larkin
2018-07-12
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,
Mike Larkin
2018-07-10
vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf
Reyk Floeter
2018-06-19
knf
Reyk Floeter
2018-04-27
vmd(8): implement vmd side of ELCR registers
Mike Larkin
2018-02-15
vmd(8): Properly return the correct byte when doing byte-aligned PCI
Mike Larkin
2017-09-17
vmd: send/recv pci config space instead of recreating pci devices on receive
pd
2017-08-20
vmd: reorganize some pci config space handling code, no functional change.
Mike Larkin
2017-08-10
vmd: partially back out a change committed yesterday regarding guest
Mike Larkin
2017-08-09
vmd: allow guest PCI interrupt line reassignment.
Mike Larkin
2017-07-06
vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild
Mike Larkin
2017-04-21
vmd(8) pci emulation fix required for upcoming option rom support.
Mike Larkin
2017-03-27
die whitespace die die die
Theo de Raadt
2017-03-25
Last bits needed to get seabios + alpine linux working. This is enough
Mike Larkin
2017-03-25
Implement some missing functionality and clean up some code in vmd
Mike Larkin
2017-01-21
updated include paths for recently moved virtio stuff
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-13
Add host side of vmmci(4) to vmd(8).
Reyk Floeter
2016-10-12
Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that
Mike Larkin
2016-09-01
change some log_warn to log_warnx and convert some integer literals to
Mike Larkin
2016-09-01
Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.
Mike Larkin
2016-08-17
small bits of header cleanup; ok mlarkin
Theo de Raadt
2016-01-14
stdio.h is not needed here anymore.
Mike Larkin
2016-01-04
bzero -> memset for consistency
Mike Larkin
2015-12-03
spacing
Reyk Floeter
2015-11-23
Add support for logging to stderr or syslog, and to run vmd in
Reyk Floeter
2015-11-22
Add $ Ids
Reyk Floeter
2015-11-22
vmd(8) - virtual machine daemon.
Mike Larkin