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
/
sys
/
dev
/
pv
Age
Commit message (
Expand
)
Author
2017-03-26
Add a #define needed for an upcoming vmd commit (to reflect a failure
Mike Larkin
2017-03-19
Improve comments slightly
Mike Belopuhov
2017-03-19
Fixup starting block number calculation for bounced transfers
Mike Belopuhov
2017-03-19
Fixup return values to properly handle transfer submission errors
Mike Belopuhov
2017-03-16
vioscsi: Negotiate features during attach
Stefan Fritsch
2017-03-16
vioscsi: return XS_NO_CCB if out of space
Stefan Fritsch
2017-03-16
vioscsi: Don't call virtio_dequeue_commit on not-queued slots
Stefan Fritsch
2017-03-15
Improve vmmci(4) shutdown and reboot.
Reyk Floeter
2017-03-13
Fixup format strings in debug messages found by cppcheck
Mike Belopuhov
2017-03-13
Fixup format string and type issues found by cppcheck
Mike Belopuhov
2017-03-09
Fix an off by one when updating the TX consumer event index
Mike Belopuhov
2017-02-24
Update license
Mike Belopuhov
2017-02-23
Add missing mtx_leave() calls in two hypervic error paths
Jonathan Gray
2017-02-12
Remove incorrect if statement
Mike Belopuhov
2017-02-08
Improve error handling for poll timeouts
Mike Belopuhov
2017-02-08
Specify the read/write DMA flag for bounce buffers
Mike Belopuhov
2017-02-08
Cleanup the device removal path
Mike Belopuhov
2017-02-08
Switch to Xen interrupt barrier and improve state transitions
Mike Belopuhov
2017-02-08
Abort transactions with non-retriable error when device is stopped
Mike Belopuhov
2017-02-08
Switch to Xen interrupt barrier
Mike Belopuhov
2017-02-08
Introduce Xen interrupt barriers
Mike Belopuhov
2017-02-08
Fixup incorrect test when allocating grant table entries
Mike Belopuhov
2017-02-07
Make the 'incomplete header' message debug only
Mike Belopuhov
2017-02-06
Add proper locking for the interrupt source list
Mike Belopuhov
2017-02-06
XST_POLL turned out to be pretty useless since it's only set when cold
Mike Belopuhov
2017-02-06
Fixup a few errors, make detaching more robust
Mike Belopuhov
2017-02-06
Use separate compile time debug flags for xen, xnf and xbf
Mike Belopuhov
2017-02-03
yasuoka@ reported that a "guest shutdown" resulted in a reboot instead
Jonathan Gray
2017-01-31
Issue a pause instruction in the busy-wait loop on SP kernels as well
Mike Belopuhov
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-22
define virtio in conf/files
Reyk Floeter
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-21
Switch include of virtio header from dev/pci/ to dev/pv/
Reyk Floeter
2017-01-21
Move vmmci.c to sys/dev/pv/vmmci.c
Reyk Floeter
2017-01-21
Move virtiovar.h to sys/dev/pv/virtiovar.h
Reyk Floeter
2017-01-21
Move virtioreg.h to sys/dev/pv/virtioreg.h
Reyk Floeter
2017-01-21
Move virtio.c to sys/dev/pv/virtio.c
Reyk Floeter
2017-01-21
Move vioscsireg.h to sys/dev/pv/vioscsireg.h
Reyk Floeter
2017-01-21
Move vioscsi.c to sys/dev/pv/vioscsi.c
Reyk Floeter
2017-01-21
Move viornd.c to sys/dev/pv/viornd.c
Reyk Floeter
2017-01-21
Move viomb.c to sys/dev/pv/viomb.c
Reyk Floeter
2017-01-21
Move viocon.c to sys/dev/pv/viocon.c
Reyk Floeter
2017-01-21
Move vioblkreg.h to sys/dev/pv/vioblkreg.h
Reyk Floeter
2017-01-21
Move vioblk.c to sys/dev/pv/vioblk.c
Reyk Floeter
2017-01-21
Move if_vio.c to sys/dev/pv/if_vio.c
Reyk Floeter
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-20
Merge two conditional expressions
Mike Belopuhov
2017-01-19
No need for conditionals around free(9)
Mike Belopuhov
2017-01-18
Don't forget to free bounce buffer data when destroying the ring
Mike Belopuhov
2017-01-18
Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!
Mike Belopuhov
[next]