Re: [Qemu-devel] [PATCH v1 1/2] s390x/cpumodel: Rework CPU feature definition

2019-06-14 Thread Cornelia Huck
On Wed, 12 Jun 2019 15:25:25 +0200 David Hildenbrand wrote: > Let's define features at a single spot and make it less error prone to > define new features. > > Signed-off-by: David Hildenbrand > --- > target/s390x/cpu_features.c | 352 +- > target/s390x/cpu_feat

Re: [Qemu-devel] [PATCH v1 1/2] s390x/cpumodel: Rework CPU feature definition

2019-06-13 Thread Janosch Frank
On 6/12/19 3:25 PM, David Hildenbrand wrote: > Let's define features at a single spot and make it less error prone to > define new features. > > Signed-off-by: David Hildenbrand The STFL ones are a bit hard to skim through, but fortunately I don't need to do that very often :-) Acked-by: Janosc

[Qemu-devel] [PATCH v1 1/2] s390x/cpumodel: Rework CPU feature definition

2019-06-12 Thread David Hildenbrand
Let's define features at a single spot and make it less error prone to define new features. Signed-off-by: David Hildenbrand --- target/s390x/cpu_features.c | 352 +- target/s390x/cpu_features_def.h | 352 +- target/s390x/cpu_features_d