From 1b93c9a1040b3c12320cf55c6284882a2e6e8ff3 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 26 May 2015 13:54:06 +0100 Subject: arch_init: Drop target-x86_64.conf The target-x86_64.conf sysconfig file has been empty and essentially ignored now for several years. This change removes the unused file to enable moving towards a stateless configuration. Signed-off-by: Ikey Doherty Acked-by: Paolo Bonzini Reviewed-by: Eduardo Habkost Signed-off-by: Eduardo Habkost --- arch_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch_init.c') diff --git a/arch_init.c b/arch_init.c index 23d3feba44..b5d90a41fa 100644 --- a/arch_init.c +++ b/arch_init.c @@ -136,7 +136,6 @@ static struct defconfig_file { bool userconfig; } default_config_files[] = { { CONFIG_QEMU_CONFDIR "/qemu.conf", true }, - { CONFIG_QEMU_CONFDIR "/target-" TARGET_NAME ".conf", true }, { NULL }, /* end of list */ }; -- cgit v1.2.3