On Tue, May 26, 2015 at 06:29:25PM +0200, Paolo Bonzini wrote: > > > On 26/05/2015 18:25, Eduardo Habkost wrote: > > Can you separate this into two patches? First deleting the empty > > target-x86_64.conf file from the tree & Makefile, then another patch > > deleting the > > { CONFIG_QEMU_CONFDIR "/target-" TARGET_NAME ".conf", true } > > line in arch_init.c? > > > > We can delete sysconfigs/target/target-x86_64.conf from our source tree > > immediately, but I am not sure we should disable loading of > > /etc/qemu/target-*.conf with no warning (users may have their own > > target-*.conf files in their systems). > > What is the usecase? Was /etc/qemu/target-*.conf actually meant to be > user-customizable when it hosted the CPU models?
I don't know what's the use case, that's why I think we should really remove it. I only want to warn users before removing it, because I don't know if people are using it for anything else. -- Eduardo