From: Keir Fraser <keir@xensource.com>
To: "Li, Xin B" <xin.b.li@intel.com>, xen-devel@lists.xensource.com
Subject: Re: [PATCH] Proper use of VMX execution controls MSR.
Date: Thu, 29 Mar 2007 10:11:58 +0100 [thread overview]
Message-ID: <C231416E.C779%keir@xensource.com> (raw)
In-Reply-To: <B30DA1341B0CFA4893EF8A36B40B5C5DF223D5@pdsmsx411.ccr.corp.intel.com>
On 29/3/07 09:37, "Li, Xin B" <xin.b.li@intel.com> wrote:
> if we have the feature support in Xen, we should set the input control
> bit, and expect the adjusted value to be 1;
> if we don't have the feature support in Xen, we should clear the input
> control bit, and expect adjusted value to be 0;
> That's meaning the adjusted output is determined by the input control.
> So the expression should be "AND (msr_hi XOR msr_lo)".
The subsequent AND with msr_hi and the OR with msr_lo has exactly the same
effect. So the AND (msr_hi XOR msr_lo) is not incorrect, but it is
redundant.
-- Keir
next prev parent reply other threads:[~2007-03-29 9:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-28 15:51 [PATCH] Proper use of VMX execution controls MSR Li, Xin B
2007-03-28 18:01 ` Keir Fraser
2007-03-29 1:15 ` Cui, Dexuan
2007-03-29 6:07 ` Nakajima, Jun
2007-03-29 6:22 ` Li, Xin B
2007-03-29 7:41 ` Keir Fraser
2007-03-29 8:37 ` Li, Xin B
2007-03-29 9:11 ` Keir Fraser [this message]
2007-03-29 9:29 ` Li, Xin B
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=C231416E.C779%keir@xensource.com \
--to=keir@xensource.com \
--cc=xen-devel@lists.xensource.com \
--cc=xin.b.li@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.