Re: [PATCH v2 02/16] target/ppc: add user read functions for MMCR0 and MMCR2

2021-08-25 Thread David Gibson
On Wed, Aug 25, 2021 at 07:25:10AM -0500, Paul A. Clarke wrote: > On Wed, Aug 25, 2021 at 02:30:11PM +1000, David Gibson wrote: > > On Tue, Aug 24, 2021 at 01:30:18PM -0300, Daniel Henrique Barboza wrote: > > > From: Gustavo Romero > > > > > > This patch adds handling of UMMCR0 and UMMCR2 user

RE: [PATCH v2 02/16] target/ppc: add user read functions for MMCR0 and MMCR2

2021-08-25 Thread Paul A. Clarke
On Wed, Aug 25, 2021 at 02:30:11PM +1000, David Gibson wrote: > On Tue, Aug 24, 2021 at 01:30:18PM -0300, Daniel Henrique Barboza wrote: > > From: Gustavo Romero > > > > This patch adds handling of UMMCR0 and UMMCR2 user read which, > > according to PowerISA 3.1, has some bits ommited to the >

Re: [PATCH v2 02/16] target/ppc: add user read functions for MMCR0 and MMCR2

2021-08-24 Thread David Gibson
On Tue, Aug 24, 2021 at 01:30:18PM -0300, Daniel Henrique Barboza wrote: > From: Gustavo Romero > > This patch adds handling of UMMCR0 and UMMCR2 user read which, > according to PowerISA 3.1, has some bits ommited to the Nit: One 'm' in "omited". > userspace. > > CC: Gustavo Romero >

[PATCH v2 02/16] target/ppc: add user read functions for MMCR0 and MMCR2

2021-08-24 Thread Daniel Henrique Barboza
From: Gustavo Romero This patch adds handling of UMMCR0 and UMMCR2 user read which, according to PowerISA 3.1, has some bits ommited to the userspace. CC: Gustavo Romero Signed-off-by: Gustavo Romero Signed-off-by: Daniel Henrique Barboza --- target/ppc/cpu.h | 5 +