From 84c3f83dd0dfc363ce72b06dbb4a7955ce653dfd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 9 Sep 2015 17:35:12 +0100 Subject: [PATCH] boot: Use host-passthrough instead of host-model. This causes the -cpu host option to be used, which has the side-effect of enabling nested KVM. --- mclu_boot.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mclu_boot.ml b/mclu_boot.ml index 5aa8290..e0aeef8 100644 --- a/mclu_boot.ml +++ b/mclu_boot.ml @@ -210,7 +210,7 @@ Try: `mclu on %s'\n" hostname hostname; - + -- 1.8.3.1