[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/4] docs: update dmop.markdown
... to match the code after the removal of PVHv1. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |