Currently nothing sets this.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 Osstest/TestSupport.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index d8ed02d..c843902 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -2066,6 +2066,10 @@ END
         $cfg .= "device_model_version='$devmodel'\n";
     }
 
+    if (guest_var_boolean($gho, 'dmrestrict')) {
+        $cfg .= "dm_restrict=1\n";
+    }
+
     my $bios = $xopts{'Bios'};
     if (defined $bios) {
         $cfg .= "bios='$bios'\n";
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to