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