Re: [Qemu-devel] [PATCH] target-arm: Fixed ARMv7-M SHPR access

2011-12-18 Thread Peter Maydell
On 18 December 2011 13:30, Sebastian Huber wrote: > I am primary a Qemu user and fixed the bugs only as far as it was necessary > to run my test suites.  I used the surrounding code as a reference.  Maybe I > find some time in the next months to clean this up. Right. Thanks for tracking down what

Re: [Qemu-devel] [PATCH] target-arm: Fixed ARMv7-M SHPR access

2011-12-18 Thread Sebastian Huber
On 17/12/11 01:50, Peter Maydell wrote: On 16 December 2011 18:50, Sebastian Huber wrote: According to "ARMv7-M Architecture Reference Manual" issue D section "B3.2.10 System Handler Prioriy Register 1, SHPR1", "B3.2.11 System Handler Prioriy Register 2, SHPR2", and "B3.2.12 System Handler Pri

Re: [Qemu-devel] [PATCH] target-arm: Fixed ARMv7-M SHPR access

2011-12-16 Thread Peter Maydell
On 16 December 2011 18:50, Sebastian Huber wrote: > According to "ARMv7-M Architecture Reference Manual" issue D section > "B3.2.10 System Handler Prioriy Register 1, SHPR1", "B3.2.11 System > Handler Prioriy Register 2, SHPR2", and "B3.2.12 System Handler Prioriy > Register 3, SHPR3". This would

[Qemu-devel] [PATCH] target-arm: Fixed ARMv7-M SHPR access

2011-12-16 Thread Sebastian Huber
Hello, this may help to fix Bug 696094. -- Sebastian Huber, embedded brains GmbH Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany Phone : +49 89 18 90 80 79-6 Fax : +49 89 18 90 80 79-9 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese N

[Qemu-devel] [PATCH] target-arm: Fixed ARMv7-M SHPR access

2011-12-16 Thread Sebastian Huber
According to "ARMv7-M Architecture Reference Manual" issue D section "B3.2.10 System Handler Prioriy Register 1, SHPR1", "B3.2.11 System Handler Prioriy Register 2, SHPR2", and "B3.2.12 System Handler Prioriy Register 3, SHPR3". Signed-off-by: Sebastian Huber --- hw/arm_gic.c | 16