]> git.proxmox.com Git - mirror_edk2.git/history - OvmfPkg/VirtioBlkDxe/VirtioBlk.c
OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOL
[mirror_edk2.git] / OvmfPkg / VirtioBlkDxe / VirtioBlk.c
2013-12-11 Olivier MartinOvmfPkg: Make the VirtIo devices use the new VIRTIO_DEV...
2013-09-30 Olivier MartinOvmfPkg: Removed magic values for the Virtio Sub-System...
2012-10-18 jljustenOvmfPkg: VirtioBlkDriverBindingStop: fix incorrect...
2012-10-14 jljustenOvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 build
2012-10-14 jljustenOvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividend...
2012-10-12 jljustenOvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxe
2012-10-12 jljustenOvmfPkg: librarize reusable bits from VirtioBlkDxe...
2012-10-12 jljustenOvmfPkg: rename AppendDesc to VirtioAppendDesc
2012-10-12 jljustenOvmfPkg: extract VirtioLib from VirtioBlkDxe
2012-10-12 jljustenOvmfPkg: Include/IndustryStandard: extract VirtioBlk...
2012-10-12 jljustenOvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to...
2012-10-12 jljustenOvmfPkg: regroup virtio config fields into generic...
2012-10-08 jljustenOvmfPkg: introduce virtio-blk driver