summaryrefslogtreecommitdiff
path: root/OvmfPkg/VirtioScsiDxe
AgeCommit message (Expand)AuthorFilesLines
2016-04-06OvmfPkg: VirtioScsiDxe: adapt feature negotiation to virtio-1.0Laszlo Ersek1-7/+20
2016-04-06OvmfPkg: VIRTIO_DEVICE_PROTOCOL: pass VRING object to SetQueueAddress()Laszlo Ersek1-2/+1
2016-04-06OvmfPkg: VIRTIO_DEVICE_PROTOCOL: widen the Features bitmap to 64 bitsLaszlo Ersek1-1/+1
2016-02-24OvmfPkg: VirtioFlush(): return the number of bytes written by the hostLaszlo Ersek1-1/+1
2015-10-16OvmfPkg: VirtioScsiDxe: reset device at ExitBootServices()Laszlo Ersek2-2/+39
2014-11-14OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest() (VS2010)Scott Duplichan1-1/+1
2014-09-25OvmfPkg: Fix VS2005 build warningsJordan Justen1-2/+2
2013-12-12OvmfPkg: Virtio drivers: fix incorrect casts in init functionsLaszlo Ersek1-1/+1
2013-12-11OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functionsOlivier Martin1-12/+12
2013-12-11OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOLOlivier Martin3-121/+83
2013-09-30OvmfPkg: Removed magic values for the Virtio Sub-System ID in the PCI device ...Olivier Martin1-1/+1
2012-10-23OvmfPkg VirtioScsiDxe: Fix build with VS2010jljusten1-13/+2
2012-10-18OvmfPkg: introduce virtio-scsi driverjljusten3-0/+1531