Re: [Qemu-devel] [PATCH 0/8] tcg/s390 improvements

2017-08-30 Thread Cornelia Huck
On Wed, 30 Aug 2017 13:14:03 +0200 Cornelia Huck wrote: > On Tue, 29 Aug 2017 13:47:51 -0700 > Richard Henderson wrote: > > > This finally converts s390 to the tcg_target_op_def function, which > > allows constraints to vary at runtime. Once we have that, we can > > > > (1) Perform some facil

Re: [Qemu-devel] [PATCH 0/8] tcg/s390 improvements

2017-08-30 Thread Cornelia Huck
On Tue, 29 Aug 2017 13:47:51 -0700 Richard Henderson wrote: > This finally converts s390 to the tcg_target_op_def function, which > allows constraints to vary at runtime. Once we have that, we can > > (1) Perform some facilities checks once during startup instead of > every time we evaluate

Re: [Qemu-devel] [PATCH 0/8] tcg/s390 improvements

2017-08-29 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170829204759.6853-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/8] tcg/s390 improvements Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH 0/8] tcg/s390 improvements

2017-08-29 Thread Richard Henderson
This finally converts s390 to the tcg_target_op_def function, which allows constraints to vary at runtime. Once we have that, we can (1) Perform some facilities checks once during startup instead of every time we evaluate the constraint, (2) Use the distinct-operands facility from z196. In a