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

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.