summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioBlkDxe
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: Removed magic values for the Virtio Sub-System ID in the PCI device ...Olivier Martin2013-09-301-1/+1
* OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver modeljljusten2012-10-181-6/+20
* OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 buildjljusten2012-10-141-1/+2
* OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4jljusten2012-10-141-2/+3
* OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten2012-10-121-4/+4
* OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2012-10-121-50/+8
* OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten2012-10-121-4/+4
* OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2012-10-122-319/+2
* OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.hjljusten2012-10-121-0/+1
* OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()jljusten2012-10-121-4/+4
* OvmfPkg: regroup virtio config fields into generic & specific structsjljusten2012-10-121-12/+12
* OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.hjljusten2012-10-123-177/+2
* OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.hjljusten2012-10-121-0/+5
* OvmfPkg: introduce virtio-blk driverjljusten2012-10-084-0/+1941