Re: [Qemu-devel] [PATCH v2] target/s390x: Enforce instruction features

2017-06-19 Thread David Hildenbrand
On 16.06.2017 07:15, Richard Henderson wrote: > Introduce a synthetic feature (type MISC) to handle disabling of > the enforcing of features at translation time. > > Signed-off-by: Richard Henderson > --- > target/s390x/cpu_features.c | 4 +++- > target/s390x/cpu_features_def.h | 1 + > targ

Re: [Qemu-devel] [PATCH v2] target/s390x: Enforce instruction features

2017-06-16 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20170616051526.6814-1-...@twiddle.net Subject: [Qemu-devel] [PATCH v2] target/s390x: Enforce instruction features === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v2] target/s390x: Enforce instruction features

2017-06-15 Thread Richard Henderson
Introduce a synthetic feature (type MISC) to handle disabling of the enforcing of features at translation time. Signed-off-by: Richard Henderson --- target/s390x/cpu_features.c | 4 +++- target/s390x/cpu_features_def.h | 1 + target/s390x/cpu_models.c | 5 + target/s390x/translate.