xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] xen kconfig tweaks
@ 2012-01-06  8:57 Andrew Jones
  2012-01-06  8:57 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Andrew Jones @ 2012-01-06  8:57 UTC (permalink / raw)
  To: xen-devel

This series is a collection of xen kconfig fixes and additions.

Andrew Jones (4):
  xen kconfig: keep XEN_XENBUS_FRONTEND builtin
  xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps
  xen kconfig: add dom0 support help text
  xen kconfig: describe xen tmem in the config menu

 arch/x86/xen/Kconfig       |    7 ++++++-
 drivers/input/misc/Kconfig |    2 +-
 drivers/video/Kconfig      |    1 +
 drivers/xen/Kconfig        |    4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

-- 
1.7.7.5

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [PATCH 0/4] xen kconfig tweaks
@ 2012-01-06  9:43 Andrew Jones
  2012-01-06  9:43 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
  0 siblings, 1 reply; 21+ messages in thread
From: Andrew Jones @ 2012-01-06  9:43 UTC (permalink / raw)
  To: xen-devel; +Cc: jeremy, virtualization, konrad.wilk

This series is a collection of xen kconfig fixes and additions.

Andrew Jones (4):
  xen kconfig: keep XEN_XENBUS_FRONTEND builtin
  xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps
  xen kconfig: add dom0 support help text
  xen kconfig: describe xen tmem in the config menu

 arch/x86/xen/Kconfig       |    7 ++++++-
 drivers/input/misc/Kconfig |    2 +-
 drivers/video/Kconfig      |    1 +
 drivers/xen/Kconfig        |    4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

-- 
1.7.7.5

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: [Xen-devel] [PATCH] xen: remove CONFIG_XEN_DOM0 compile option
@ 2012-01-11 16:19 Konrad Rzeszutek Wilk
  2012-01-11 16:36 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
  0 siblings, 1 reply; 21+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-01-11 16:19 UTC (permalink / raw)
  To: Andrew Jones
  Cc: Jeremy Fitzhardinge, xen-devel, virtualization,
	Konrad Rzeszutek Wilk, Stefano Stabellini

> > If the root complaint is that "customers think that anything set in
> > .config is a supported feature", then the solutions are to support
> > all
> > the features in .config, re-educate the customers that they're wrong,
> > or
> > maintain a local patch to do this stuff.
> 
> If only re-educating people was free, like preempting questions is.
> Local patches are of course always an option, and perhaps in this
> case it's the best one. However, I think we already made a case for
> better xen configurability for the driver domains, so I'm not 100%

Could you repost those backend patches please? At this point I am not
sure which one we have discarded?

> convinced my initial patch (making dom0 configurable) isn't worthy
> of upstream. Also, I didn't see any comments on my v2[*] of that
> patch, which I believe satisfies the menu complexity issue and
> brings in more configurability. That said, I'm about to reply to
> that patch myself, since there's an issue with it.
> 
> Drew
> 
> [*] http://article.gmane.org/gmane.linux.kernel.virtualization/14635
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2012-01-12 15:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06  8:57 [PATCH 0/4] xen kconfig tweaks Andrew Jones
2012-01-06  8:57 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
2012-01-06  8:57 ` [PATCH 2/4] xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps Andrew Jones
2012-01-06 10:38   ` Stefano Stabellini
2012-01-06 10:42     ` Stefano Stabellini
2012-01-06  8:57 ` [PATCH 3/4] xen kconfig: add dom0 support help text Andrew Jones
2012-01-06  9:20   ` Ian Campbell
2012-01-06  9:26     ` Andrew Jones
2012-01-06  9:55       ` [Xen-devel] " Ian Campbell
2012-01-06 10:42         ` Stefano Stabellini
2012-01-06 10:45         ` Andrew Jones
2012-01-06 11:21           ` [Xen-devel] " Stefano Stabellini
2012-01-06 12:24             ` Andrew Jones
2012-01-06 12:35               ` [Xen-devel] " Stefano Stabellini
2012-01-06 12:43                 ` Andrew Jones
2012-01-06 15:07                   ` [Xen-devel] " Konrad Rzeszutek Wilk
2012-01-06  8:57 ` [PATCH 4/4] xen kconfig: describe xen tmem in the config menu Andrew Jones
  -- strict thread matches above, loose matches on Subject: below --
2012-01-06  9:43 [PATCH 0/4] xen kconfig tweaks Andrew Jones
2012-01-06  9:43 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
2012-01-11 16:19 [Xen-devel] [PATCH] xen: remove CONFIG_XEN_DOM0 compile option Konrad Rzeszutek Wilk
2012-01-11 16:36 ` [PATCH 1/4] xen kconfig: keep XEN_XENBUS_FRONTEND builtin Andrew Jones
2012-01-11 17:28   ` Konrad Rzeszutek Wilk
2012-01-12 10:49     ` [Xen-devel] " Andrew Jones
2012-01-12 14:37       ` Konrad Rzeszutek Wilk
2012-01-12 15:42         ` Bastian Blank

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).