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
/
virtio.h
Age
Commit message (
Expand
)
Author
2018-12-06
Make it possible to define the bootdevice in vmd. This information is used
Claudio Jeker
2018-11-26
Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c
Reyk Floeter
2018-10-19
Add support to create and convert disk images from existing images
Reyk Floeter
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-09-28
Support vmd-internal's vmboot with qcow2 disk images.
Reyk Floeter
2018-09-19
Various clean up items for disks.
ccardenas
2018-09-09
Add initial qcow2 image support.
ccardenas
2018-08-25
Rework disks to have pluggable backends.
ccardenas
2018-07-09
vmd(8): stash device IRQ in the device struct
Mike Larkin
2018-04-26
vmd(8): bump virtio network max queue size to 256 (to match qemu)
Mike Larkin
2018-04-26
vmd(8): use #defines for queue indices and cleanup some code
Mike Larkin
2018-01-15
VMD: vioscsi refactor
ccardenas
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-09-17
vmd: send/recv pci config space instead of recreating pci devices on receive
pd
2017-08-12
vmd: bump virtio queue size back to 128. The problem that resulted in
Mike Larkin
2017-06-20
Revert a previous commit that increased the virtio queue size since it
Mike Larkin
2017-05-30
increase vmd(8) virtio queue size from 64 to 128. Also fix an old
Mike Larkin
2017-05-08
Adds functions to read and write state of devices in vmd.
Reyk Floeter
2017-05-02
Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ
Mike Larkin
2017-04-19
Add support for dynamic "NAT" interfaces (-L/local interface).
Reyk Floeter
2017-03-27
die whitespace die die die
Theo de Raadt
2017-03-26
Implement a missing command in vioblk and allow > MAXPHYS transfers.
Mike Larkin
2017-03-25
Implement some missing functionality and clean up some code in vmd
Mike Larkin
2017-03-15
Improve vmmci(4) shutdown and reboot.
Reyk Floeter
2017-03-02
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
Reyk Floeter
2017-01-21
updated include paths for recently moved virtio stuff
Mike Larkin
2017-01-19
Export the host time to the guest, add it as a timedelta sensor in vmmci(4)
Reyk Floeter
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-02
Process incoming host->guest packets asynchronously to running VCPU
Stefan Kempf
2016-07-09
Prepare vionet to be handled asynchronously to the VCPU thread
Stefan Kempf
2015-12-03
spacing
Reyk Floeter
2015-11-22
Add $ Ids
Reyk Floeter
2015-11-22
vmd(8) - virtual machine daemon.
Mike Larkin