Re: [edk2-devel] [PATCH V7 00/10] UEFI Variable SMI Reduction

2019-11-01 Thread Kubacki, Michael A
Hi Laszlo, I did not make any changes to the OvmfPkg patch and I forgot to carry forward the R-b. I'll keep that in mind in the future. For V7, I request the MdeModulePkg maintainers please add the R-b for the patches not changed. If this is not acceptable, I will be happy to send out a patch

Re: [edk2-devel] [PATCH V7 00/10] UEFI Variable SMI Reduction

2019-11-01 Thread Laszlo Ersek
Hello Michael, On 11/01/19 18:34, Michael Kubacki wrote: > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2220 > > V7 Changes: > [PATCH V6 07/10] MdeModulePkg/Variable: Add RT GetVariable() cache support > * Remove VariableRuntimeCache.c and VariableRuntimeCache.h from >VariableSmmRunti

[edk2-devel] [PATCH V7 00/10] UEFI Variable SMI Reduction

2019-11-01 Thread Kubacki, Michael A
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2220 V7 Changes: [PATCH V6 07/10] MdeModulePkg/Variable: Add RT GetVariable() cache support * Remove VariableRuntimeCache.c and VariableRuntimeCache.h from VariableSmmRuntimeDxe.inf since they are not needed to build the module. V6 Changes: