All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Ikey Doherty <michael.i.doherty@intel.com>,
	qemu-devel@nongnu.org, Eduardo Habkost <ehabkost@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf
Date: Tue, 26 May 2015 16:00:45 +0200	[thread overview]
Message-ID: <55647C8D.2090006@redhat.com> (raw)
In-Reply-To: <1432644847-7566-1-git-send-email-michael.i.doherty@intel.com>

CCing maintainer.

Paolo

On 26/05/2015 14:54, Ikey Doherty wrote:
> 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 <michael.i.doherty@intel.com>
> ---
>  Makefile                             | 7 +------
>  arch_init.c                          | 1 -
>  sysconfigs/target/target-x86_64.conf | 0
>  3 files changed, 1 insertion(+), 7 deletions(-)
>  delete mode 100644 sysconfigs/target/target-x86_64.conf
> 
> diff --git a/Makefile b/Makefile
> index d945804..2d52536 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -389,13 +389,8 @@ ifneq (,$(findstring qemu-ga,$(TOOLS)))
>  endif
>  endif
>  
> -install-confdir:
> -	$(INSTALL_DIR) "$(DESTDIR)$(qemu_confdir)"
>  
> -install-sysconfig: install-datadir install-confdir
> -	$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"
> -
> -install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig \
> +install: all $(if $(BUILD_DOCS),install-doc) \
>  install-datadir install-localstatedir
>  ifneq ($(TOOLS),)
>  	$(call install-prog,$(TOOLS),$(DESTDIR)$(bindir))
> diff --git a/arch_init.c b/arch_init.c
> index 23d3feb..b5d90a4 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 */
>  };
>  
> diff --git a/sysconfigs/target/target-x86_64.conf b/sysconfigs/target/target-x86_64.conf
> deleted file mode 100644
> index e69de29..0000000
> 

  parent reply	other threads:[~2015-05-26 14:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 15:42 [Qemu-devel] [PATCH] arch_init: Use stateless configuration for default target_${target}.conf Ikey Doherty
2015-05-22 21:58 ` Eric Blake
2015-05-26 11:11   ` [Qemu-devel] [PATCH v2] " Ikey Doherty
2015-05-26 11:23     ` Paolo Bonzini
2015-05-26 12:54       ` [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf Ikey Doherty
2015-05-26 12:54         ` [Qemu-devel] [PATCH v3 2/2] qemu-bridge-helper: Use stateless configuration for bridge.conf Ikey Doherty
2015-05-26 14:00           ` Paolo Bonzini
2015-05-26 16:38           ` Eduardo Habkost
2015-05-26 16:41             ` Ikey Doherty
2015-05-26 16:57               ` Eduardo Habkost
2015-05-27 14:02                 ` Stefan Hajnoczi
2015-05-27 14:00           ` Stefan Hajnoczi
2015-05-26 14:00         ` Paolo Bonzini [this message]
2015-05-26 16:25           ` [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf Eduardo Habkost
2015-05-26 16:29             ` Paolo Bonzini
2015-05-26 16:40               ` Eduardo Habkost
2015-05-26 16:51                 ` Paolo Bonzini
2015-05-26 16:59                   ` Eduardo Habkost
2015-05-26 16:30             ` Ikey Doherty
2015-05-26 15:37         ` Eric Blake
2015-05-26 17:01         ` Eduardo Habkost
2015-05-26 11:13   ` [Qemu-devel] [PATCH] arch_init: Use stateless configuration for default target_${target}.conf Ikey Doherty

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=55647C8D.2090006@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=michael.i.doherty@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.