All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] add ./configure --confsuffix option (v2)
@ 2012-03-20 20:15 Eduardo Habkost
  2012-03-20 20:15 ` [Qemu-devel] [PATCH 1/3] Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Eduardo Habkost @ 2012-03-20 20:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Anthony Liguori

This is a new try to make the full configuration path configurable.

As the approach using --confdir was rejected because the "package name" is
something immutable, this adds a option where we can ask Qemu to use a
directory name that is not equal to the package name.

Eduardo Habkost (3):
  Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu
  qemu-options.hx: refer to confdir instead of sysconfdir on docs
  configure: add --confsuffix option

 Makefile        |    4 ++--
 configure       |    7 +++++--
 qemu-options.hx |    4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PATCH 0/3] add --confdir option to configure
@ 2012-03-19 14:47 Eduardo Habkost
  2012-03-19 14:47 ` [Qemu-devel] [PATCH 2/3] qemu-options.hx: refer to confdir instead of sysconfdir on docs Eduardo Habkost
  0 siblings, 1 reply; 12+ messages in thread
From: Eduardo Habkost @ 2012-03-19 14:47 UTC (permalink / raw)
  To: qemu-devel

This series change the Makefile to use $(confdir) instead of
$(sysconfdir)/qemu, and allows the full config path configurable instead of
forcing the use of $(sysconfdir)/qemu.

Eduardo Habkost (3):
  Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu
  qemu-options.hx: refer to confdir instead of sysconfdir on docs
  configure: make full config dir path configurable

 Makefile        |    4 ++--
 configure       |   15 ++++++++++-----
 qemu-options.hx |    4 ++--
 3 files changed, 14 insertions(+), 9 deletions(-)

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-03-22 12:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 20:15 [Qemu-devel] [PATCH 0/3] add ./configure --confsuffix option (v2) Eduardo Habkost
2012-03-20 20:15 ` [Qemu-devel] [PATCH 1/3] Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu Eduardo Habkost
2012-03-21 12:40   ` Paolo Bonzini
2012-03-20 20:15 ` [Qemu-devel] [PATCH 2/3] qemu-options.hx: refer to confdir instead of sysconfdir on docs Eduardo Habkost
2012-03-21 12:43   ` Paolo Bonzini
2012-03-21 13:27     ` Eduardo Habkost
2012-03-20 20:15 ` [Qemu-devel] [PATCH 3/3] configure: add --confsuffix option Eduardo Habkost
2012-03-21 12:39   ` Paolo Bonzini
2012-03-21 14:42     ` Eduardo Habkost
2012-03-21 22:23       ` Paolo Bonzini
2012-03-22 12:54         ` Eduardo Habkost
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 14:47 [Qemu-devel] [PATCH 0/3] add --confdir option to configure Eduardo Habkost
2012-03-19 14:47 ` [Qemu-devel] [PATCH 2/3] qemu-options.hx: refer to confdir instead of sysconfdir on docs Eduardo Habkost

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.