summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2017-03-26Add a #define needed for an upcoming vmd commit (to reflect a failureMike Larkin
2017-03-19Improve comments slightlyMike Belopuhov
2017-03-19Fixup starting block number calculation for bounced transfersMike Belopuhov
2017-03-19Fixup return values to properly handle transfer submission errorsMike Belopuhov
2017-03-16vioscsi: Negotiate features during attachStefan Fritsch
2017-03-16vioscsi: return XS_NO_CCB if out of spaceStefan Fritsch
2017-03-16vioscsi: Don't call virtio_dequeue_commit on not-queued slotsStefan Fritsch
2017-03-15Improve vmmci(4) shutdown and reboot.Reyk Floeter
2017-03-13Fixup format strings in debug messages found by cppcheckMike Belopuhov
2017-03-13Fixup format string and type issues found by cppcheckMike Belopuhov
2017-03-09Fix an off by one when updating the TX consumer event indexMike Belopuhov
2017-02-24Update licenseMike Belopuhov
2017-02-23Add missing mtx_leave() calls in two hypervic error pathsJonathan Gray
2017-02-12Remove incorrect if statementMike Belopuhov
2017-02-08Improve error handling for poll timeoutsMike Belopuhov
2017-02-08Specify the read/write DMA flag for bounce buffersMike Belopuhov
2017-02-08Cleanup the device removal pathMike Belopuhov
2017-02-08Switch to Xen interrupt barrier and improve state transitionsMike Belopuhov
2017-02-08Abort transactions with non-retriable error when device is stoppedMike Belopuhov
2017-02-08Switch to Xen interrupt barrierMike Belopuhov
2017-02-08Introduce Xen interrupt barriersMike Belopuhov
2017-02-08Fixup incorrect test when allocating grant table entriesMike Belopuhov
2017-02-07Make the 'incomplete header' message debug onlyMike Belopuhov
2017-02-06Add proper locking for the interrupt source listMike Belopuhov
2017-02-06XST_POLL turned out to be pretty useless since it's only set when coldMike Belopuhov
2017-02-06Fixup a few errors, make detaching more robustMike Belopuhov
2017-02-06Use separate compile time debug flags for xen, xnf and xbfMike Belopuhov
2017-02-03yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadJonathan Gray
2017-01-31Issue a pause instruction in the busy-wait loop on SP kernels as wellMike Belopuhov
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-22define virtio in conf/filesReyk Floeter
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21Move vmmci.c to sys/dev/pv/vmmci.cReyk Floeter
2017-01-21Move virtiovar.h to sys/dev/pv/virtiovar.hReyk Floeter
2017-01-21Move virtioreg.h to sys/dev/pv/virtioreg.hReyk Floeter
2017-01-21Move virtio.c to sys/dev/pv/virtio.cReyk Floeter
2017-01-21Move vioscsireg.h to sys/dev/pv/vioscsireg.hReyk Floeter
2017-01-21Move vioscsi.c to sys/dev/pv/vioscsi.cReyk Floeter
2017-01-21Move viornd.c to sys/dev/pv/viornd.cReyk Floeter
2017-01-21Move viomb.c to sys/dev/pv/viomb.cReyk Floeter
2017-01-21Move viocon.c to sys/dev/pv/viocon.cReyk Floeter
2017-01-21Move vioblkreg.h to sys/dev/pv/vioblkreg.hReyk Floeter
2017-01-21Move vioblk.c to sys/dev/pv/vioblk.cReyk Floeter
2017-01-21Move if_vio.c to sys/dev/pv/if_vio.cReyk Floeter
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-20Merge two conditional expressionsMike Belopuhov
2017-01-19No need for conditionals around free(9)Mike Belopuhov
2017-01-18Don't forget to free bounce buffer data when destroying the ringMike Belopuhov
2017-01-18Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!Mike Belopuhov