[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH v2] musicpal: Fix flash mapping
From: |
Jan Kiszka |
Subject: |
Re: [Qemu-stable] [PATCH v2] musicpal: Fix flash mapping |
Date: |
Sat, 08 Sep 2012 11:51:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
On 2012-09-08 11:50, Peter Maydell wrote:
> On 8 September 2012 10:48, Jan Kiszka <address@hidden> wrote:
>> The old arithmetic assumed 32 physical address bits which is no longer
>> true for ARM since 3cc0cd61f4.
>>
>> Signed-off-by: Jan Kiszka <address@hidden>
>> ---
>>
>> Changes in v2:
>> - mark large constant ULL
>>
>> #ifdef TARGET_WORDS_BIGENDIAN
>> - pflash_cfi02_register(0-MP_FLASH_SIZE_MAX, NULL,
>> + pflash_cfi02_register(0x100000000-MP_FLASH_SIZE_MAX, NULL,
>> "musicpal.flash", flash_size,
>
> ...wrong version of patch sent?
Grrr...
signature.asc
Description: OpenPGP digital signature
- [Qemu-stable] [PATCH] musicpal: Fix flash mapping, Jan Kiszka, 2012/09/06
- Re: [Qemu-stable] [PATCH] musicpal: Fix flash mapping, Peter Maydell, 2012/09/07
- Re: [Qemu-stable] [PATCH] musicpal: Fix flash mapping, Jan Kiszka, 2012/09/07
- Re: [Qemu-stable] [PATCH] musicpal: Fix flash mapping, Peter Maydell, 2012/09/07
- Re: [Qemu-stable] [Qemu-devel] [PATCH] musicpal: Fix flash mapping, Blue Swirl, 2012/09/08
- Re: [Qemu-stable] [Qemu-devel] [PATCH] musicpal: Fix flash mapping, Jan Kiszka, 2012/09/08
- [Qemu-stable] [PATCH v2] musicpal: Fix flash mapping, Jan Kiszka, 2012/09/08
- Re: [Qemu-stable] [PATCH v2] musicpal: Fix flash mapping, Peter Maydell, 2012/09/08
- Re: [Qemu-stable] [PATCH v2] musicpal: Fix flash mapping,
Jan Kiszka <=
- [Qemu-stable] [PATCH v2a] musicpal: Fix flash mapping, Jan Kiszka, 2012/09/08
- Re: [Qemu-stable] [PATCH v2a] musicpal: Fix flash mapping, Blue Swirl, 2012/09/08