Re: [edk2-devel] [PATCH V2 2/9] MdeModulePkg/Variable: Parameterize GetNextVariableEx() store list

2019-10-03 Thread Kubacki, Michael A
Thanks for the feedback, I'll rename it back to VariableServiceGetNextVariableInternal () and update the comments to refer to FindVariableEx () instead of FindVariable () in V3. Thanks, Michael > -Original Message- > From: Wu, Hao A > Sent: Thursday, October 3, 2019 1:03 AM > To:

Re: [edk2-devel] [PATCH V2 2/9] MdeModulePkg/Variable: Parameterize GetNextVariableEx() store list

2019-10-03 Thread Wu, Hao A
A couple of inline comments below: > -Original Message- > From: Kubacki, Michael A > Sent: Saturday, September 28, 2019 9:47 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan; Ard Biesheuvel; Dong, Eric; Laszlo Ersek; Gao, Liming; Kinney, > Michael D; Ni, Ray; Wang, Jian J; Wu, Hao A; Yao,

[edk2-devel] [PATCH V2 2/9] MdeModulePkg/Variable: Parameterize GetNextVariableEx() store list

2019-09-27 Thread Kubacki, Michael A
The majority of logic related to GetNextVariableName () is currently implemented in VariableServiceGetNextVariableInternal (). The list of variable stores to search for the given variable name and variable GUID is defined in the function body. This change renames the function to GetNextVariableEx