From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Eduardo Habkost" <ehabkost@redhat.com>,
anthony@codemonkey.ws, "Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH 06/11] Eliminate cpus-x86_64.conf file
Date: Fri, 21 Sep 2012 16:38:30 +0200 [thread overview]
Message-ID: <1348238315-29748-7-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1348238315-29748-1-git-send-email-afaerber@suse.de>
From: Eduardo Habkost <ehabkost@redhat.com>
This file is not needed anymore, as QEMU won't ship any config-based
cpudefs out of the box, relying only on the builtin CPU models.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
Makefile | 1 -
arch_init.c | 1 -
sysconfigs/target/cpus-x86_64.conf | 1 -
3 Dateien geändert, 3 Zeilen entfernt(-)
delete mode 100644 sysconfigs/target/cpus-x86_64.conf
diff --git a/Makefile b/Makefile
index 971e92f..def2ae2 100644
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,6 @@ install-confdir:
install-sysconfig: install-datadir install-confdir
$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"
- $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/cpus-x86_64.conf "$(DESTDIR)$(qemu_datadir)"
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig install-datadir
$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
diff --git a/arch_init.c b/arch_init.c
index f849f9b..9904f95 100644
--- a/arch_init.c
+++ b/arch_init.c
@@ -136,7 +136,6 @@ static struct defconfig_file {
/* Indicates it is an user config file (disabled by -no-user-config) */
bool userconfig;
} default_config_files[] = {
- { CONFIG_QEMU_DATADIR "/cpus-" TARGET_ARCH ".conf", false },
{ CONFIG_QEMU_CONFDIR "/qemu.conf", true },
{ CONFIG_QEMU_CONFDIR "/target-" TARGET_ARCH ".conf", true },
{ NULL }, /* end of list */
diff --git a/sysconfigs/target/cpus-x86_64.conf b/sysconfigs/target/cpus-x86_64.conf
deleted file mode 100644
index 3902189..0000000
--- a/sysconfigs/target/cpus-x86_64.conf
+++ /dev/null
@@ -1 +0,0 @@
-# The CPU models from this file are now built-in in the QEMU source code
--
1.7.10.4
next prev parent reply other threads:[~2012-09-21 14:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 14:38 [Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21 Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 01/11] MAINTAINERS: Add entry for QOM CPU Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 02/11] target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 03/11] Drop cpu_list_id macro Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 04/11] target-i386: Add missing CPUID_* constants Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 05/11] target-i386: Move CPU models from cpus-x86_64.conf to C Andreas Färber
2012-09-21 14:38 ` Andreas Färber [this message]
2012-09-21 14:38 ` [Qemu-devel] [PATCH 07/11] target-i386: x86_cpudef_setup() coding style change Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 08/11] target-i386: Kill cpudef config section support Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 09/11] target-i386: Drop unused setscalar() macro Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 10/11] target-alpha: Initialize env->cpu_model_str Andreas Färber
2012-09-21 14:38 ` [Qemu-devel] [PATCH 11/11] target-alpha: Make cpu_alpha_init() reentrant Andreas Färber
2012-09-21 15:19 ` Richard Henderson
2012-09-21 15:29 ` Andreas Färber
2012-09-21 15:17 ` [Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21 Anthony Liguori
2012-09-21 16:00 ` Andreas Färber
2012-09-25 23:27 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1348238315-29748-7-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=anthony@codemonkey.ws \
--cc=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).