On Mon, Jul 02, 2018 at 07:26:26AM -0700, Richard Henderson wrote:
> On 07/02/2018 05:01 AM, Stafford Horne wrote:
> >> ERROR: spaces required around that '*' (ctx:WxV)
> >> #129: FILE: target/openrisc/disas.c:56:
> >> +arg_l_##opcode *a, uint32_t insn) \
> >>
On 07/02/2018 05:01 AM, Stafford Horne wrote:
>> ERROR: spaces required around that '*' (ctx:WxV)
>> #129: FILE: target/openrisc/disas.c:56:
>> +arg_l_##opcode *a, uint32_t insn) \
>> ^
>>
>> ERROR: spaces required around that '*' (ctx:WxV)
>> #224: FILE: t
On 28 June 2018 at 22:31, Stafford Horne wrote:
> On Wed, Jun 27, 2018 at 08:03:07PM -0700, Richard Henderson wrote:
>> Changes since v2:
>> * Fix missing mtspr break.
>> * Reorg print_insn_or1k and interrupt logging to the start.
>> * Adjust exit after mtspr; fixing smp kernel crash.
>> *
On Sun, Jul 01, 2018 at 07:39:08PM -0700, no-re...@patchew.org wrote:
> Hi,
>
> This series seems to have some coding style problems. See output below for
> more information:
>
> Type: series
> Message-id: 20180628030330.15615-1-richard.hender...@linaro.org
> Subject: [
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180628030330.15615-1-richard.hender...@linaro.org
Subject: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
On Wed, Jun 27, 2018 at 08:03:07PM -0700, Richard Henderson wrote:
> Changes since v2:
> * Fix missing mtspr break.
> * Reorg print_insn_or1k and interrupt logging to the start.
> * Adjust exit after mtspr; fixing smp kernel crash.
> * Fix signals patch based on Larent's review.
Thanks, I
Changes since v2:
* Fix missing mtspr break.
* Reorg print_insn_or1k and interrupt logging to the start.
* Adjust exit after mtspr; fixing smp kernel crash.
* Fix signals patch based on Larent's review.
r~
Richard Henderson (23):
target/openrisc: Fix mtspr shadow gprs
target/openris