From: Nikita Leshenko Date: Mon, 4 May 2020 21:06:07 +0000 (+0300) Subject: OvmfPkg/MptScsiDxe: Reset device on ExitBootServices() X-Git-Tag: edk2-stable202005~95 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=c635a56384bfc4fdf3e00d102ea0eb7aa8d840fd;hp=c635a56384bfc4fdf3e00d102ea0eb7aa8d840fd;ds=sidebyside OvmfPkg/MptScsiDxe: Reset device on ExitBootServices() This causes the device to forget about the reply frame. We allocated the reply frame in EfiBootServicesData type memory, and code executing after ExitBootServices() is permitted to overwrite it. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2390 Signed-off-by: Nikita Leshenko Reviewed-by: Laszlo Ersek Message-Id: <20200504210607.144434-13-nikita.leshchenko@oracle.com> ---