[Qemu-devel] [PATCH] target-arm: Fix typo that meant TTBR1 accesses went to TTBR0

2012-06-26 Thread Peter Maydell
Fix a copy-and-paste error in the register description for TTBR1 that meant it was a duplicate of TTBR0 rather than affecting the correct bit of CPU state. Signed-off-by: Peter Maydell --- Whoops. Spotted while I was looking at this bit of code for a different reason... target-arm/helper.c |

[Qemu-devel] [PATCH] target-arm: Fix typo in ARM946 cp15 c5 handling

2012-02-29 Thread Peter Maydell
Fix a typo in handling of the ARM946 cp15 c5 c0 0 1 handling (instruction access permission bits) that meant it would return the data access permission bits by mistake. Signed-off-by: Peter Maydell --- (Yeah, it says ARM_FEATURE_MPU but actually (a) the only MPU core we support is the 946 and (b)

Re: [Qemu-devel] [PATCH] target-arm: Fix typo

2011-10-02 Thread Peter Maydell
On 2 October 2011 17:35, Andreas Färber wrote: > The command line option is called -kernel, not -kenrel. > > Cc: Paul Brook > Signed-off-by: Andreas Färber Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH] target-arm: Fix typo

2011-10-02 Thread Andreas Färber
The command line option is called -kernel, not -kenrel. Cc: Paul Brook Signed-off-by: Andreas Färber --- target-arm/helper.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index cc1a3d2..2273492 100644 --- a/target-arm/helper.