Re: [Qemu-devel] [PATCH V2 1/4] target-arm: Fix RVBAR_EL1 register encoding

2015-01-23 Thread Peter Maydell
On 23 January 2015 at 16:17, Greg Bellows wrote: > Fix the RVBAR_EL1 CP register opc2 encoding from 2 to 1 > > Signed-off-by: Greg Bellows > --- > target-arm/helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target-arm/helper.c b/target-arm/helper.c > index 1a5e06

[Qemu-devel] [PATCH V2 1/4] target-arm: Fix RVBAR_EL1 register encoding

2015-01-23 Thread Greg Bellows
Fix the RVBAR_EL1 CP register opc2 encoding from 2 to 1 Signed-off-by: Greg Bellows --- target-arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index 1a5e067..c9b1c08 100644 --- a/target-arm/helper.c +++ b/target-arm/helpe