]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
docs: update dmop.markdown
authorWei Liu <wei.liu2@citrix.com>
Thu, 16 Mar 2017 18:30:12 +0000 (18:30 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:39:45 +0000 (15:39 +0000)
... to match the code after the removal of PVHv1.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/designs/dmop.markdown

index a6cf6eb67b2257b42989854c251ef5b6cf819c3f..8e9f95af4720bc6965f1b6fb6e72cf732c3c2950 100644 (file)
@@ -128,7 +128,7 @@ static int dm_op(domid_t domid,
     if ( rc )
         return rc;
 
-    if ( !has_hvm_container_domain(d) )
+    if ( !is_hvm_domain(d) )
         goto out;
 
     rc = xsm_dm_op(XSM_DM_PRIV, d);