All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enable/disable dom0_11_mapping from command-line and default to enabled
@ 2014-01-05 19:21 Karim Raslan
  2014-01-05 19:24 ` Stefano Stabellini
  0 siblings, 1 reply; 5+ messages in thread
From: Karim Raslan @ 2014-01-05 19:21 UTC (permalink / raw)
  To: xen-devel

Signed-off-by: Karim Raslan <karim.allah.ahmed@gmail.com>
---
 xen/arch/arm/domain_build.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c
index faff88e..2831ad0 100644
--- a/xen/arch/arm/domain_build.c
+++ b/xen/arch/arm/domain_build.c
@@ -23,6 +23,7 @@ static unsigned int __initdata opt_dom0_max_vcpus;
 integer_param("dom0_max_vcpus", opt_dom0_max_vcpus);
 
 static int dom0_11_mapping = 1;
+integer_param("dom0_11_mapping", dom0_11_mapping);
 
 #define DOM0_MEM_DEFAULT 0x8000000 /* 128 MiB */
 static u64 __initdata dom0_mem = DOM0_MEM_DEFAULT;
-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-06 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 19:21 [PATCH] enable/disable dom0_11_mapping from command-line and default to enabled Karim Raslan
2014-01-05 19:24 ` Stefano Stabellini
2014-01-05 20:15   ` Julien Grall
2014-01-06 11:12     ` Stefano Stabellini
2014-01-06 11:15       ` Ian Campbell

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.