Re: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay

2023-02-08 Thread Michael D Kinney
5:07 PM > To: Kinney, Michael D ; devel@edk2.groups.io > Cc: Cole, Deric ; 'Andrew Fish' ; Ni, > Ray > Subject: 回复: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in > NanoSecondDelay > > Mike: > This fix is OK to me. I am OK to merge it for this

回复: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay

2023-02-08 Thread gaoliming via groups.io
el D > 主题: RE: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in > NanoSecondDelay > > Hi Liming, > > This is a significant behavior bug in EmulatorPkg PeiTimerLib that was > discovered during the soft freeze evaluation period. > > I would like to request

Re: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay

2023-02-08 Thread Ni, Ray
in the edk2-stable202302 > release. > > Thanks, > > Mike > > > > -Original Message- > > From: devel@edk2.groups.io On Behalf Of Michael D > Kinney > > Sent: Wednesday, February 8, 2023 3:10 PM > > To: devel@edk2.groups.io > > Cc: Cole, Deri

Re: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay

2023-02-08 Thread Michael D Kinney
io On Behalf Of Michael D > Kinney > Sent: Wednesday, February 8, 2023 3:10 PM > To: devel@edk2.groups.io > Cc: Cole, Deric ; Andrew Fish ; Ni, > Ray > Subject: [edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in > NanoSecondDelay > > From: Deric Cole > &

[edk2-devel] [Patch 1/1] EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay

2023-02-08 Thread Michael D Kinney
From: Deric Cole REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4339 Thunk->Sleep is expecting nanoseconds, no need to multiply by 100. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Deric Cole Reviewed-by: Michael D Kinney --- EmulatorPkg/Include/Protocol/EmuThunk.h | 2 +- Emulator