From: Razvan Cojocaru <rcojocaru@bitdefender.com>
To: xen-devel@lists.xen.org
Cc: kevin.tian@intel.com, tamas@tklengyel.com, wei.liu2@citrix.com,
jun.nakajima@intel.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, jbeulich@suse.com, keir@xen.org
Subject: Re: [PATCH V3] vm_event: Allow subscribing to write events for specific MSR-s
Date: Fri, 15 Apr 2016 13:44:20 +0300 [thread overview]
Message-ID: <5710C604.6030100@bitdefender.com> (raw)
In-Reply-To: <1460710927-4138-1-git-send-email-rcojocaru@bitdefender.com>
On 04/15/16 12:02, Razvan Cojocaru wrote:
> + else if ( (msr >= 0x80000000) && (msr <= 0x80001fff) )
> + {
> + msr &= 0x1fff;
> + __set_bit(msr, &d->arch.monitor_msr_bitmap->high);
> + }
This of course should be 0xc0000000 and 0xc0001fff. Sorry for the typo.
Will fix it in V4 (but waiting for other comments in the meantime).
Thanks,
Razvan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-04-15 10:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 9:02 [PATCH V3] vm_event: Allow subscribing to write events for specific MSR-s Razvan Cojocaru
2016-04-15 9:12 ` Wei Liu
2016-04-15 10:44 ` Razvan Cojocaru [this message]
2016-04-15 17:12 ` Tamas K Lengyel
2016-04-15 17:18 ` Andrew Cooper
2016-04-15 17:34 ` Tamas K Lengyel
2016-04-15 17:19 ` Razvan Cojocaru
2016-04-15 17:38 ` Tamas K Lengyel
2016-04-15 17:49 ` Razvan Cojocaru
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=5710C604.6030100@bitdefender.com \
--to=rcojocaru@bitdefender.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=jun.nakajima@intel.com \
--cc=keir@xen.org \
--cc=kevin.tian@intel.com \
--cc=tamas@tklengyel.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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 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.