index
:
Tianocore/edk2.git
UDK2008
UDK2010
UDK2010.SR1
UDK2014
UDK2014.SP1
UDK2015
UDK2017
UDK2018
dependabot/github_actions/github/issue-labeler-3.4
dependabot/pip/antlr4-python3-runtime-4.13.2
dependabot/pip/edk2-basetools-0.1.52
dependabot/pip/edk2-basetools-0.1.53
dependabot/pip/edk2-pytool-extensions-0.27.10
dependabot/pip/edk2-pytool-extensions-0.27.11
dependabot/pip/edk2-pytool-extensions-0.27.12
dependabot/pip/edk2-pytool-extensions-0.27.6
dependabot/pip/edk2-pytool-extensions-0.27.8
dependabot/pip/edk2-pytool-extensions-0.27.9
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.0
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.1
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.2
dependabot/pip/edk2-pytool-library-0.21.10
dependabot/pip/edk2-pytool-library-0.21.6
dependabot/pip/edk2-pytool-library-0.21.7
dependabot/pip/edk2-pytool-library-0.21.8
dependabot/pip/edk2-pytool-library-0.21.9
dependabot/pip/edk2-pytool-library-approx-eq-0.21.11
dependabot/pip/edk2-pytool-library-approx-eq-0.21.12
dependabot/pip/edk2-pytool-library-approx-eq-0.22.0
dependabot/pip/edk2-pytool-library-approx-eq-0.22.2
dependabot/pip/edk2-pytool-library-approx-eq-0.22.3
dependabot/pip/edk2-pytool-library-approx-eq-0.22.4
dependabot/pip/edk2-pytool-library-approx-eq-0.22.5
dependabot/pip/regex-2024.11.6
dependabot/pip/regex-2024.7.24
dependabot/pip/regex-2024.9.11
leiflindholm-pr-template
master
release/rpl_program
security-advisory/cve-2024-38796/advisory
stable/202011
stable/202408
trunk
EDK II (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
OvmfPkg
/
VirtioBlkDxe
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
OvmfPkg: Use heap memory for virtio-blk request
Sami Mujawar
1
-10
/
+20
2023-04-10
OvmfPkg: Update code to be more C11 compliant by using __func__
Rebecca Cran
1
-4
/
+4
2021-12-07
OvmfPkg: Apply uncrustify changes
Michael Kubacki
2
-236
/
+261
2019-04-09
OvmfPkg: Replace BSD License with BSD+Patent License
Michael D Kinney
3
-21
/
+3
2018-03-28
OvmfPkg:Fix VS2012 build failure
Dandan Bi
1
-1
/
+8
2018-03-13
OvmfPkg/VirtioBlkDxe: list "VirtioBlk.h" in the INF file
Laszlo Ersek
1
-0
/
+1
2017-09-08
OvmfPkg/VirtioBlkDxe: don't unmap VRING at ExitBootServices()
Laszlo Ersek
1
-6
/
+1
2017-08-30
OvmfPkg/VirtioBlkDxe: Check the return status of unmap data buffer
Brijesh Singh
1
-1
/
+8
2017-08-28
OvmfPkg/VirtioBlkDxe: negotiate VIRTIO_F_IOMMU_PLATFORM
Brijesh Singh
1
-2
/
+3
2017-08-28
Ovmfpkg/VirtioBlkDxe: map virtio-blk request and response buffers
Brijesh Singh
1
-13
/
+125
2017-08-28
OvmfPkg/VirtioBlkDxe: map VRING using VirtioRingMap()
Brijesh Singh
2
-8
/
+38
2017-08-25
OvmfPkg/Virtio: take RingBaseShift in SetQueueAddress()
Brijesh Singh
1
-1
/
+1
2017-08-25
OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninit
Brijesh Singh
1
-3
/
+4
2016-07-08
OvmfPkg: Fix typos in comments
Giri P Mudusuru
2
-5
/
+5
2016-04-06
OvmfPkg: VirtioBlkDxe: adapt feature negotiation to virtio-1.0
Laszlo Ersek
1
-5
/
+20
2016-04-06
OvmfPkg: VirtioBlkDxe: don't clear non-negotiable feature bits
Laszlo Ersek
1
-5
/
+4
2016-04-06
OvmfPkg: VIRTIO_DEVICE_PROTOCOL: pass VRING object to SetQueueAddress()
Laszlo Ersek
1
-2
/
+1
2016-04-06
OvmfPkg: VIRTIO_DEVICE_PROTOCOL: widen the Features bitmap to 64 bits
Laszlo Ersek
1
-1
/
+1
2016-02-24
OvmfPkg: VirtioFlush(): return the number of bytes written by the host
Laszlo Ersek
1
-1
/
+2
2015-10-16
OvmfPkg: VirtioBlkDxe: reset device at ExitBootServices()
Laszlo Ersek
2
-1
/
+44
2014-09-25
OvmfPkg: Fix VS2005 build warnings
Jordan Justen
1
-3
/
+3
2013-12-18
OvmfPkg: VirtioBlkInit(): log topology attributes
Laszlo Ersek
1
-0
/
+10
2013-12-18
OvmfPkg: VirtioBlkInit(): expose virtio-blk topology in BlockIo
Laszlo Ersek
1
-3
/
+39
2013-12-18
OvmfPkg/VirtioBlkDxe/VirtioBlk.c: rewrap overlong lines
Laszlo Ersek
1
-3
/
+4
2013-12-12
OvmfPkg: Virtio drivers: fix incorrect casts in init functions
Laszlo Ersek
1
-1
/
+1
2013-12-11
OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functions
Olivier Martin
1
-12
/
+12
2013-12-11
OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOL
Olivier Martin
3
-129
/
+87
2013-09-30
OvmfPkg: Removed magic values for the Virtio Sub-System ID in the PCI device ...
Olivier Martin
1
-1
/
+1
2012-10-18
OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver model
jljusten
1
-6
/
+20
2012-10-15
OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 build
jljusten
1
-1
/
+2
2012-10-15
OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4
jljusten
1
-2
/
+3
2012-10-12
OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxe
jljusten
1
-4
/
+4
2012-10-12
OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()
jljusten
1
-50
/
+8
2012-10-12
OvmfPkg: rename AppendDesc to VirtioAppendDesc
jljusten
1
-4
/
+4
2012-10-12
OvmfPkg: extract VirtioLib from VirtioBlkDxe
jljusten
2
-319
/
+2
2012-10-12
OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.h
jljusten
1
-0
/
+1
2012-10-12
OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()
jljusten
1
-4
/
+4
2012-10-12
OvmfPkg: regroup virtio config fields into generic & specific structs
jljusten
1
-12
/
+12
2012-10-12
OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.h
jljusten
3
-177
/
+2
2012-10-12
OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.h
jljusten
1
-0
/
+5
2012-10-08
OvmfPkg: introduce virtio-blk driver
jljusten
4
-0
/
+1941