Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1186276 > unrolled thread

[PATCH v2 6/6] xen/x86/pvh: Allow building 32-bit PVH guests

Started byBoris Ostrovsky <boris.ostrovsky@oracle.com>
First post2015-07-16 23:50 +0200
Last post2015-07-16 23:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 6/6] xen/x86/pvh: Allow building 32-bit PVH guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2015-07-16 23:50 +0200

#1186276 — [PATCH v2 6/6] xen/x86/pvh: Allow building 32-bit PVH guests

FromBoris Ostrovsky <boris.ostrovsky@oracle.com>
Date2015-07-16 23:50 +0200
Subject[PATCH v2 6/6] xen/x86/pvh: Allow building 32-bit PVH guests
Message-ID<pMZcu-2eG-1@gated-at.bofh.it>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 arch/x86/xen/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index e88fda8..891031e 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -48,5 +48,5 @@ config XEN_DEBUG_FS
 
 config XEN_PVH
 	bool "Support for running as a PVH guest"
-	depends on X86_64 && XEN && XEN_PVHVM
+	depends on XEN && XEN_PVHVM
 	def_bool n
-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web