Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-07-02 Thread Stafford Horne
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) \ > >>

Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-07-02 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-07-02 Thread Peter Maydell
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. >> *

Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-07-02 Thread Stafford Horne
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: [

Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-07-01 Thread no-reply
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

Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-06-28 Thread Stafford Horne
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

[Qemu-devel] [PATCH v3 00/23] target/openrisc improvements

2018-06-27 Thread Richard Henderson
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