From: Wei Liu Date: Thu, 16 Mar 2017 18:30:12 +0000 (+0000) Subject: docs: update dmop.markdown X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=437f0a972c8221478ccac754ac30958c87738232;p=people%2Froyger%2Fxen.git docs: update dmop.markdown ... to match the code after the removal of PVHv1. Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- 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);