summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioScsiDxe
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: Fix typing errors in header filesThomas Huth2016-09-131-1/+1
* OvmfPkg: VirtioScsiDxe: adapt feature negotiation to virtio-1.0Laszlo Ersek2016-04-061-7/+20
* OvmfPkg: VIRTIO_DEVICE_PROTOCOL: pass VRING object to SetQueueAddress()Laszlo Ersek2016-04-061-2/+1
* OvmfPkg: VIRTIO_DEVICE_PROTOCOL: widen the Features bitmap to 64 bitsLaszlo Ersek2016-04-061-1/+1
* OvmfPkg: VirtioFlush(): return the number of bytes written by the hostLaszlo Ersek2016-02-241-1/+1
* OvmfPkg: VirtioScsiDxe: reset device at ExitBootServices()Laszlo Ersek2015-10-162-2/+39
* OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest() (VS2010)Scott Duplichan2014-11-141-1/+1
* OvmfPkg: Fix VS2005 build warningsJordan Justen2014-09-251-2/+2
* OvmfPkg: Virtio drivers: fix incorrect casts in init functionsLaszlo Ersek2013-12-121-1/+1
* OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functionsOlivier Martin2013-12-111-12/+12
* OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOLOlivier Martin2013-12-113-121/+83
* OvmfPkg: Removed magic values for the Virtio Sub-System ID in the PCI device ...Olivier Martin2013-09-301-1/+1
* OvmfPkg VirtioScsiDxe: Fix build with VS2010jljusten2012-10-231-13/+2
* OvmfPkg: introduce virtio-scsi driverjljusten2012-10-183-0/+1531