Re: [PATCH v2 0/6] arch_init.c cleanup

2020-11-25 Thread Roman Bolshakov
On Wed, Nov 25, 2020 at 03:56:30PM -0500, Eduardo Habkost wrote: > This series gets rid of most of the code in arch_init.c. It > moves the QEMU_ARCH macro definitions to corresponding cpu.h > files, and gets rid of kvm_available() and xen_available(). > For the series: Reviewed-by: Roman Bolshak

[PATCH v2 0/6] arch_init.c cleanup

2020-11-25 Thread Eduardo Habkost
This series gets rid of most of the code in arch_init.c. It moves the QEMU_ARCH macro definitions to corresponding cpu.h files, and gets rid of kvm_available() and xen_available(). After this series, only two things remain in arch_init.c: - the arch_type variable, which seems to be a useful featu