From: Paul Durrant <Paul.Durrant@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Andrew Cooper <Andrew.Cooper3@citrix.com>,
Wei Liu <wei.liu2@citrix.com>, Jan Beulich <JBeulich@suse.com>,
Roger Pau Monne <roger.pau@citrix.com>
Subject: Re: [PATCH 1/4] docs: update dmop.markdown
Date: Fri, 17 Mar 2017 11:30:44 +0000 [thread overview]
Message-ID: <7a3eccd21b524e08add8e47a26413c8a@AMSPEX02CL03.citrite.net> (raw)
In-Reply-To: <20170317110223.25130-2-wei.liu2@citrix.com>
> -----Original Message-----
> From: Xen-devel [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of
> Wei Liu
> Sent: 17 March 2017 11:02
> To: Xen-devel <xen-devel@lists.xenproject.org>
> Cc: Andrew Cooper <Andrew.Cooper3@citrix.com>; Wei Liu
> <wei.liu2@citrix.com>; Jan Beulich <JBeulich@suse.com>; Roger Pau Monne
> <roger.pau@citrix.com>
> Subject: [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@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@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
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-03-17 11:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-17 11:02 [PATCH 0/4] Remove PVHv1 residuals Wei Liu
2017-03-17 11:02 ` [PATCH 1/4] docs: update dmop.markdown Wei Liu
2017-03-17 11:30 ` Paul Durrant [this message]
2017-03-17 11:32 ` Andrew Cooper
2017-03-17 11:40 ` Paul Durrant
2017-03-17 11:02 ` [PATCH 2/4] sched.h: remove stale PVHv1 comment Wei Liu
2017-03-17 11:02 ` [PATCH 3/4] x86/traps: undo the PVHv1 bodge in NMI delivery path Wei Liu
2017-03-17 11:06 ` Andrew Cooper
2017-03-17 11:10 ` Wei Liu
2017-03-17 11:11 ` Andrew Cooper
2017-03-17 11:14 ` Wei Liu
2017-03-17 11:26 ` Jan Beulich
2017-03-17 11:29 ` Wei Liu
2017-03-17 11:31 ` Andrew Cooper
2017-03-17 11:34 ` Wei Liu
2017-03-17 11:35 ` Roger Pau Monné
2017-03-17 11:22 ` Roger Pau Monné
2017-03-17 11:02 ` [PATCH 4/4] x86: remove stale PVHv1 comment from PV domain builder Wei Liu
2017-03-17 11:05 ` [PATCH 0/4] Remove PVHv1 residuals Jan Beulich
2017-03-17 11:07 ` Andrew Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7a3eccd21b524e08add8e47a26413c8a@AMSPEX02CL03.citrite.net \
--to=paul.durrant@citrix.com \
--cc=Andrew.Cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=roger.pau@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).