Re: [Qemu-devel] [PATCH v2] musicpal: Fix flash mapping

2012-09-08 Thread Jan Kiszka
On 2012-09-08 11:50, Peter Maydell wrote: > On 8 September 2012 10:48, Jan Kiszka wrote: >> The old arithmetic assumed 32 physical address bits which is no longer >> true for ARM since 3cc0cd61f4. >> >> Signed-off-by: Jan Kiszka >> --- >> >> Changes in v2: >> - mark large constant ULL >> >> #ifd

Re: [Qemu-devel] [PATCH v2] musicpal: Fix flash mapping

2012-09-08 Thread Peter Maydell
On 8 September 2012 10:48, Jan Kiszka wrote: > The old arithmetic assumed 32 physical address bits which is no longer > true for ARM since 3cc0cd61f4. > > Signed-off-by: Jan Kiszka > --- > > Changes in v2: > - mark large constant ULL > > #ifdef TARGET_WORDS_BIGENDIAN > -pflash_cfi02_regi

[Qemu-devel] [PATCH v2] musicpal: Fix flash mapping

2012-09-08 Thread Jan Kiszka
The old arithmetic assumed 32 physical address bits which is no longer true for ARM since 3cc0cd61f4. Signed-off-by: Jan Kiszka --- Changes in v2: - mark large constant ULL hw/musicpal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/musicpal.c b/hw/musicpal.c i