summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/VirtioLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-76/+77
2020-02-10OvmfPkg/Virtio: Fix few typosAntoine Coeur1-1/+1
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2017-08-25OvmfPkg/VirtioLib: change the parameter of VirtioAppendDesc() to UINT64Brijesh Singh1-19/+19
2017-08-25OvmfPkg/VirtioLib: alloc VRING buffer with AllocateSharedPages()Brijesh Singh2-9/+14
2017-08-25OvmfPkg/VirtioLib: add function to map VRINGBrijesh Singh1-0/+45
2017-08-25OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninitBrijesh Singh1-4/+10
2017-08-25OvmfPkg/VirtioLib: add VirtioMapAllBytesInSharedBuffer() helper functionBrijesh Singh1-0/+85
2016-04-06OvmfPkg: VirtioLib: add Virtio10WriteFeatures() functionLaszlo Ersek1-0/+75
2016-02-24OvmfPkg: VirtioFlush(): return the number of bytes written by the hostLaszlo Ersek1-2/+24
2013-12-11OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functionsOlivier Martin1-69/+0
2013-12-11OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOLOlivier Martin1-100/+27
2013-08-23OvmfPkg: Virtio: load used ring element strictly after loading used indexLaszlo Ersek1-0/+1
2013-05-15OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten1-5/+4
2013-05-15OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten1-21/+20
2013-05-15OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten1-1/+1
2013-05-14OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten1-21/+31
2012-10-12OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten1-2/+4
2012-10-12OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2-10/+127
2012-10-12OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten1-1/+1
2012-10-12OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2-0/+369