audk/OvmfPkg/Library/QemuFwCfgLib
Brijesh Singh e508e069a8 OvmfPkg/QemuFwCfgLib: Suppress GCC49 IA32 build failure
NumPages variable was introduced in commit 66c548be50. In this commit
we allocate an intermediate buffer when SEV is enabled. The 'BounceBuffer'
variable points to the intermediate buffer pointer and NumPages variables
stores the number of pages. Later in the code, 'BounceBuffer' variable is
checked to see if we need to free the intermediate buffers. The code looks
correct, suppress the warning.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Reported-by: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
[lersek@redhat.com: s/warnigns/warnings/ in the code comment]
[lersek@redhat.com: add Gerd's Reported-by]
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
2017-07-12 00:16:41 +02:00
..
QemuFwCfgDxe.c OvmfPkg/QemuFwCfgLib: Implement SEV internal function for Dxe phase 2017-07-10 21:17:28 -07:00
QemuFwCfgDxeLib.inf OvmfPkg/QemuFwCfgLib: Implement SEV internal function for Dxe phase 2017-07-10 21:17:28 -07:00
QemuFwCfgLib.c OvmfPkg/QemuFwCfgLib: Suppress GCC49 IA32 build failure 2017-07-12 00:16:41 +02:00
QemuFwCfgLibInternal.h OvmfPkg/QemuFwCfgLib: Prepare for SEV support 2017-07-10 21:17:28 -07:00
QemuFwCfgPei.c OvmfPkg/QemuFwCfgLib: Implement SEV internal functions for PEI phase 2017-07-10 21:17:28 -07:00
QemuFwCfgPeiLib.inf OvmfPkg/QemuFwCfgLib: Implement SEV internal functions for PEI phase 2017-07-10 21:17:28 -07:00
QemuFwCfgSec.c OvmfPkg/QemuFwCfgLib: Implement SEV internal function for SEC phase 2017-07-10 21:17:28 -07:00
QemuFwCfgSecLib.inf OvmfPkg: Modify QemuFwCfgLib to use new IoLib class library 2017-01-17 10:11:41 +08:00