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

2019-06-14 Thread David Hildenbrand
On 12.06.19 15:25, David Hildenbrand wrote: > Rework the feature initialization, making it harder to make mistakes. > While at it, rename the enum names of the KDSA features. > > David Hildenbrand (2): > s390x/cpumodel: Rework CPU feature definition > s390x/cpumodel: Prepend KDSA features with

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

2019-06-14 Thread David Hildenbrand
On 14.06.19 13:49, Cornelia Huck wrote: > On Wed, 12 Jun 2019 15:25:24 +0200 > David Hildenbrand wrote: > >> Rework the feature initialization, making it harder to make mistakes. >> While at it, rename the enum names of the KDSA features. >> >> David Hildenbrand (2): >> s390x/cpumodel: Rework C

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

2019-06-14 Thread Cornelia Huck
On Wed, 12 Jun 2019 15:25:24 +0200 David Hildenbrand wrote: > Rework the feature initialization, making it harder to make mistakes. > While at it, rename the enum names of the KDSA features. > > David Hildenbrand (2): > s390x/cpumodel: Rework CPU feature definition > s390x/cpumodel: Prepend

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

2019-06-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190612132526.8905-1-da...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v1 0/2] s390x/cpumodel: Rework CPU feature definition Type: series Message-id

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

2019-06-12 Thread David Hildenbrand
Rework the feature initialization, making it harder to make mistakes. While at it, rename the enum names of the KDSA features. David Hildenbrand (2): s390x/cpumodel: Rework CPU feature definition s390x/cpumodel: Prepend KDSA features with "KDSA" target/s390x/cpu_features.c | 352 +---