Re: [edk2-devel] [RFC][patch] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access

2021-03-09 Thread Laszlo Ersek
;> Subject: Re: [edk2-devel] [RFC][patch] Add a new library class >> RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR >> access >> >> On 03/08/21 06:15, Dandan Bi wrote: >>> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 >>> >&g

Re: [edk2-devel] [RFC][patch] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access

2021-03-08 Thread Michael D Kinney
> -Original Message- > From: Laszlo Ersek > Sent: Monday, March 8, 2021 7:38 AM > To: devel@edk2.groups.io; Bi, Dandan > Cc: Kinney, Michael D ; Liming Gao > ; Liu, Zhiguang > > Subject: Re: [edk2-devel] [RFC][patch] Add a new library class > Register

Re: [edk2-devel] [RFC][patch] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access

2021-03-08 Thread Laszlo Ersek
On 03/08/21 06:15, Dandan Bi wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 > > 1.Purpose: > Skip port IO/MMIO/MSR access in some emulatoion env. > Trace port IO/MMIO/MSR access. > > 2.Plan to do in Edk2: > Filter and trace in low level APIs in BaseIoLibIntrinsic and

[edk2-devel] [RFC][patch] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access

2021-03-07 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 1.Purpose: Skip port IO/MMIO/MSR access in some emulatoion env. Trace port IO/MMIO/MSR access. 2.Plan to do in Edk2: Filter and trace in low level APIs in BaseIoLibIntrinsic and BaseLib. Add a new library class (RegisterFilterLib)