All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: drop unused config variable CONFIG_HVM
@ 2015-10-05 19:15 Doug Goldstein
  2015-10-06 14:51 ` Ian Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Doug Goldstein @ 2015-10-05 19:15 UTC (permalink / raw)
  To: Ian Campbell, Ian Jackson, Jan Beulich, Keir Fraser, Tim Deegan,
	xen-devel
  Cc: Doug Goldstein

CONFIG_HVM is not used anywhere in the build process so drop it.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
 config/x86_32.mk | 1 -
 config/x86_64.mk | 1 -
 2 files changed, 2 deletions(-)

diff --git a/config/x86_32.mk b/config/x86_32.mk
index c2d785e..ed69447 100644
--- a/config/x86_32.mk
+++ b/config/x86_32.mk
@@ -2,7 +2,6 @@ CONFIG_X86 := y
 CONFIG_X86_32 := y
 CONFIG_X86_$(XEN_OS) := y
 
-CONFIG_HVM := y
 CONFIG_MIGRATE := y
 CONFIG_XCUTILS := y
 
diff --git a/config/x86_64.mk b/config/x86_64.mk
index bf104c2..f74611f 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -3,7 +3,6 @@ CONFIG_X86_64 := y
 CONFIG_X86_$(XEN_OS) := y
 
 CONFIG_COMPAT := y
-CONFIG_HVM := y
 CONFIG_MIGRATE := y
 CONFIG_XCUTILS := y
 
-- 
2.4.9

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

* Re: [PATCH] build: drop unused config variable CONFIG_HVM
  2015-10-05 19:15 [PATCH] build: drop unused config variable CONFIG_HVM Doug Goldstein
@ 2015-10-06 14:51 ` Ian Jackson
  2015-10-06 14:53 ` Andrew Cooper
  2015-10-06 16:05 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2015-10-06 14:51 UTC (permalink / raw)
  To: Doug Goldstein
  Cc: Keir Fraser, Ian Campbell, Andrew Cooper, Tim Deegan, xen-devel,
	Jan Beulich

Doug Goldstein writes ("[PATCH] build: drop unused config variable CONFIG_HVM"):
> CONFIG_HVM is not used anywhere in the build process so drop it.

This wants a HV maintainer ack I think.  CCing Andrew.

Ian.

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

* Re: [PATCH] build: drop unused config variable CONFIG_HVM
  2015-10-05 19:15 [PATCH] build: drop unused config variable CONFIG_HVM Doug Goldstein
  2015-10-06 14:51 ` Ian Jackson
@ 2015-10-06 14:53 ` Andrew Cooper
  2015-10-06 16:05 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2015-10-06 14:53 UTC (permalink / raw)
  To: Doug Goldstein, Ian Campbell, Ian Jackson, Jan Beulich,
	Keir Fraser, Tim Deegan, xen-devel

On 05/10/15 20:15, Doug Goldstein wrote:
> CONFIG_HVM is not used anywhere in the build process so drop it.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

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

* Re: [PATCH] build: drop unused config variable CONFIG_HVM
  2015-10-05 19:15 [PATCH] build: drop unused config variable CONFIG_HVM Doug Goldstein
  2015-10-06 14:51 ` Ian Jackson
  2015-10-06 14:53 ` Andrew Cooper
@ 2015-10-06 16:05 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2015-10-06 16:05 UTC (permalink / raw)
  To: Doug Goldstein
  Cc: Keir Fraser, Tim Deegan, Ian Jackson, Ian Campbell, xen-devel

>>> On 05.10.15 at 21:15, <cardoe@cardoe.com> wrote:
> CONFIG_HVM is not used anywhere in the build process so drop it.

Now that I committed the patch I spotted where this ought to
have been used: This line

subdir-$(x86_64) += hvm

in xen/common/Makefile.

Jan

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

end of thread, other threads:[~2015-10-06 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 19:15 [PATCH] build: drop unused config variable CONFIG_HVM Doug Goldstein
2015-10-06 14:51 ` Ian Jackson
2015-10-06 14:53 ` Andrew Cooper
2015-10-06 16:05 ` Jan Beulich

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.