mirror of https://github.com/acidanthera/audk.git
bf99bdd1f7
In one of the following patches, we'll change OvmfPkg/IoMmuDxe so that it
unmaps all existent bus master operations (CommonBuffer, Read, Write) at
ExitBootServices(), strictly after the individual device drivers abort
pending DMA on the devices they manage, in their own ExitBootServices()
notification functions.
In preparation, remove the explicit
VIRTIO_DEVICE_PROTOCOL.UnmapSharedBuffer() call from VirtioScsiExitBoot(),
originally added in commit
|
||
---|---|---|
.. | ||
VirtioScsi.c | ||
VirtioScsi.h | ||
VirtioScsi.inf |