[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support |
Date: |
Thu, 21 Jun 2012 18:28:30 +0100 |
On 21 June 2012 18:24, Blue Swirl <address@hidden> wrote:
> On Wed, Jun 20, 2012 at 7:10 AM, Jia Liu <address@hidden> wrote:
>> ERROR: need consistent spacing around '*' (ctx:WxV)
>> #99: FILE: target-openrisc/int_helper.c:53:
>> +target_ulong HELPER(mul32)(CPUOpenRISCState *env,
>>
>> It is really weird. And, I don't know how to handle it.
>
> It's a limitation in checkpatch.pl, it is confused by any CPUxxxState
> for some reason. Please just ignore these cases.
I think in this case it's more likely to be the HELPER() macro
that is confusing it, but yes, just ignore the error.
-- PMM
- Re: [Qemu-devel] [PATCH v5 11/16] target-or32: Add a IIS dummy board, (continued)
[Qemu-devel] [PATCH v5 15/16] target-or32: Add linux user support, Jia Liu, 2012/06/17
[Qemu-devel] [PATCH v5 16/16] target-or32: Add testcases, Jia Liu, 2012/06/17
[Qemu-devel] [PATCH v5 10/16] target-or32: Add timer support, Jia Liu, 2012/06/17
Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support, Blue Swirl, 2012/06/18