Re: [Qemu-devel] [PATCH v4 15/21] s390x: print CPU definitions in sorted order

2017-09-12 Thread Christian Borntraeger
On 09/11/2017 05:21 PM, David Hildenbrand wrote: > Other architectures provide nicely sorted lists, let's do it similarly on > s390x. > > While at it, clean up the code we have to touch either way. > > Signed-off-by: David Hildenbrand looks much nicer now, with the most important ones (new ones

[Qemu-devel] [PATCH v4 15/21] s390x: print CPU definitions in sorted order

2017-09-11 Thread David Hildenbrand
Other architectures provide nicely sorted lists, let's do it similarly on s390x. While at it, clean up the code we have to touch either way. Signed-off-by: David Hildenbrand --- target/s390x/cpu_models.c | 56 ++- 1 file changed, 41 insertions(+), 15