... to match the code after the removal of PVHv1.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 docs/designs/dmop.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/designs/dmop.markdown b/docs/designs/dmop.markdown
index a6cf6eb67b..8e9f95af47 100644
--- a/docs/designs/dmop.markdown
+++ b/docs/designs/dmop.markdown
@@ -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);
-- 
2.11.0


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

Reply via email to