audk/OvmfPkg/PvScsiDxe
Liran Alon e210fc130e OvmfPkg/PvScsiDxe: Refactor setup of rings to separate function
Previous to this change, PvScsiFreeRings() was not undoing all
operations that was done by PvScsiInitRings().
This is because PvScsiInitRings() was both preparing rings (Allocate
memory and map it for device DMA) and setup the rings against device by
issueing a device command. While PvScsiFreeRings() only unmaps the rings
and free their memory.

Driver do not have a functional error as it makes sure to reset device
before every call site to PvScsiFreeRings(). However, this is not
intuitive.

Therefore, prefer to refactor the setup of the ring against device to a
separate function than PvScsiInitRings().

Signed-off-by: Liran Alon <liran.alon@oracle.com>
Message-Id: <20200331225637.123318-1-liran.alon@oracle.com>
[lersek@redhat.com: rename FreeDMACommBuffer label to FreeDmaCommBuffer]
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2020-04-01 14:12:09 +00:00
..
PvScsi.c OvmfPkg/PvScsiDxe: Refactor setup of rings to separate function 2020-04-01 14:12:09 +00:00
PvScsi.h OvmfPkg/PvScsiDxe: Reset device on ExitBootServices() 2020-03-30 16:45:07 +00:00
PvScsiDxe.inf OvmfPkg/PvScsiDxe: Support sending SCSI request and receive response 2020-03-30 16:45:07 +00:00