Re: [Qemu-devel] [PATCH v2 6/9] target-arm: Add TTBR regime function and use

2015-04-22 Thread Greg Bellows
On Wed, Apr 22, 2015 at 1:16 PM, Sergey Fedorov wrote: > On 22.04.2015 10:09, Greg Bellows wrote: > > Add a utility function for choosing the correct TTBR system register > based on > > the specified MMU index. Add use of function on physical address lookup. > > > > Signed-off-by: Greg Bellows >

Re: [Qemu-devel] [PATCH v2 6/9] target-arm: Add TTBR regime function and use

2015-04-22 Thread Sergey Fedorov
On 22.04.2015 10:09, Greg Bellows wrote: > Add a utility function for choosing the correct TTBR system register based on > the specified MMU index. Add use of function on physical address lookup. > > Signed-off-by: Greg Bellows > --- > target-arm/helper.c | 24 +++- > 1 file c

[Qemu-devel] [PATCH v2 6/9] target-arm: Add TTBR regime function and use

2015-04-22 Thread Greg Bellows
Add a utility function for choosing the correct TTBR system register based on the specified MMU index. Add use of function on physical address lookup. Signed-off-by: Greg Bellows --- target-arm/helper.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a