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

2012-09-08 Thread Blue Swirl
Thanks, applied. On Sat, Sep 8, 2012 at 9:52 AM, 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 v2a: > - mark large constant ULL > > hw/musicpal.c |4 ++-- > 1 fil

[Qemu-devel] [PATCH v2a] 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 v2a: - 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