Re: [Qemu-devel] [PATCH 5/6] target-arm: Implement MDCR_EL2.TDA and MDCR_EL2.TDA traps

2016-02-08 Thread Sergey Fedorov
On 08.02.2016 19:38, Peter Maydell wrote: > On 8 February 2016 at 16:31, Sergey Fedorov wrote: >> One of the MDCR_EL2's should be MDCR_EL3 instead. > Oops, yes :-) > >> On 05.02.2016 19:45, Peter Maydell wrote: >>> Implement the debug register traps controlled by MDCR_EL2.TDA >>> and MDCR_EL3.TDA.

Re: [Qemu-devel] [PATCH 5/6] target-arm: Implement MDCR_EL2.TDA and MDCR_EL2.TDA traps

2016-02-08 Thread Peter Maydell
On 8 February 2016 at 16:31, Sergey Fedorov wrote: > One of the MDCR_EL2's should be MDCR_EL3 instead. Oops, yes :-) > On 05.02.2016 19:45, Peter Maydell wrote: >> Implement the debug register traps controlled by MDCR_EL2.TDA >> and MDCR_EL3.TDA. >> >> Signed-off-by: Peter Maydell >> --- >> ta

Re: [Qemu-devel] [PATCH 5/6] target-arm: Implement MDCR_EL2.TDA and MDCR_EL2.TDA traps

2016-02-08 Thread Sergey Fedorov
One of the MDCR_EL2's should be MDCR_EL3 instead. On 05.02.2016 19:45, Peter Maydell wrote: > Implement the debug register traps controlled by MDCR_EL2.TDA > and MDCR_EL3.TDA. > > Signed-off-by: Peter Maydell > --- > target-arm/helper.c | 39 ++- > 1 file chan

[Qemu-devel] [PATCH 5/6] target-arm: Implement MDCR_EL2.TDA and MDCR_EL2.TDA traps

2016-02-05 Thread Peter Maydell
Implement the debug register traps controlled by MDCR_EL2.TDA and MDCR_EL3.TDA. Signed-off-by: Peter Maydell --- target-arm/helper.c | 39 ++- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 8c2adb