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.c
Age
Commit message (
Expand
)
Author
2021-08-29
Mask viornd descriptor value to prevent out of bound reads.
Dave Voutila
2021-08-29
mask next descriptor value and fix chunk_size calculation
Dave Voutila
2021-08-29
check for null vioblk info
Dave Voutila
2021-08-29
correct device status write size
Dave Voutila
2021-08-29
remove old descriptor dump function
Dave Voutila
2021-07-16
vmd(8): simplify vcpu logic, removing uart & vionet reads
dv
2021-06-21
vmd(8): support variable length vionet rx descriptor chains
dv
2021-06-17
vmd(8): handle VIRTIO_BLK_T_GET_ID, check descriptor r/w flags
dv
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-06-11
vmd(8): deduplicate vioblk command logic
dv
2021-05-18
vmd(8): guest virtio drivers can cause stack & buffer overflows
dv
2021-04-22
vmd(8): guard against bad virtio drivers
dv
2021-04-21
Fix packet size checks and remove bad casts.
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-26
inspect all the packets to see if they are dhcp, not just the first one
Theo de Raadt
2019-12-11
vmd: proper concurrency control when pausing a vm
pd
2019-11-30
Revert previous - the stability was not as improved as we had thought and
Mike Larkin
2019-11-29
Fix at least one cause of VMs spinning at 100% host CPU
Mike Larkin
2019-09-24
vmd(8): fix memory leak in virtio network TX path.
Mike Larkin
2019-09-24
vmd(8): virtio.c whitespace removal
Mike Larkin
2019-01-22
vmd: reorder PCI device assignment to fix Linux network interface numbering
Mike Larkin
2019-01-10
unbreak vmd build
Stefan Fritsch
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-10-03
Add check to ensure vioscsi pointer if valid
ccardenas
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-13
vmd: set irq and vm_id in virtio dev structs on restore
pd
2018-09-11
Be consistent in logging messages.
ccardenas
2018-09-11
Fail fast when we are unable to determine disk format.
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): deassert interrupt pins in the PIC at the right times. Helps fix
Mike Larkin
2018-07-09
vmd(8): stash device IRQ in the device struct
Mike Larkin
2018-06-19
knf
Reyk Floeter
2018-04-30
vmd(8): unbreak i386
Mike Larkin
2018-04-26
vmd(8): use #defines for queue indices and cleanup some code
Mike Larkin
2018-04-26
vmd(8): fix broken networking on newer linux guest kernels
Mike Larkin
2018-04-26
spelling error in log message
ccardenas
2018-02-01
vmd: fix vioscsi dump and restore
pd
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-09-08
vmd: handle queue index wraparound in viornd. Without this, openbsd guests
Mike Larkin
2017-08-20
vmd: return VIRTIO_BLK_S_UNSUPP on any unknown vioblk command, not just
Mike Larkin
2017-08-10
whitespace
Mike Larkin
2017-08-05
vmd: report queue size of 0 when invalid queues are requested by the guest
Mike Larkin
2017-05-30
split vioblk read/write functions into start and finish as prep for
Ted Unangst
2017-05-30
increase vmd(8) virtio queue size from 64 to 128. Also fix an old
Mike Larkin
[next]