Re: [Qemu-devel] [PATCH v2 20/20] arch_init: sort architectures

2018-05-28 Thread Laszlo Ersek
On 05/25/18 18:48, Michael S. Tsirkin wrote: > Sort alphabetically. Will help us see if anything is missing (e.g. tile > is not there now). > > Signed-off-by: Michael S. Tsirkin > --- > arch_init.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/arch_in

[Qemu-devel] [PATCH v2 20/20] arch_init: sort architectures

2018-05-25 Thread Michael S. Tsirkin
Sort alphabetically. Will help us see if anything is missing (e.g. tile is not there now). Signed-off-by: Michael S. Tsirkin --- arch_init.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch_init.c b/arch_init.c index 9597218..f4f3f61 100644 --- a/arch_ini