From: Alexandru Isaila <aisaila@bitdefender.com>
To: xen-devel@lists.xen.org
Cc: tamas@tklengyel.com, suravee.suthikulpanit@amd.com,
rcojocaru@bitdefender.com, andrew.cooper3@citrix.com,
jbeulich@suse.com, Alexandru Isaila <aisaila@bitdefender.com>,
boris.ostrovsky@oracle.com
Subject: [PATCH v1 1/2] asm-x86/monitor: Add MONITOR_EVENT_INTERRUPT to common capabilities
Date: Mon, 19 Feb 2018 15:07:06 +0200 [thread overview]
Message-ID: <1519045627-7771-2-git-send-email-aisaila@bitdefender.com> (raw)
In-Reply-To: <1519045627-7771-1-git-send-email-aisaila@bitdefender.com>
Signed-off-by: Alexandru Isaila <aisaila@bitdefender.com>
---
xen/include/asm-x86/monitor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/asm-x86/monitor.h b/xen/include/asm-x86/monitor.h
index 59a2610..7a9e1e8 100644
--- a/xen/include/asm-x86/monitor.h
+++ b/xen/include/asm-x86/monitor.h
@@ -80,13 +80,13 @@ static inline uint32_t arch_monitor_get_capabilities(struct domain *d)
capabilities = ((1U << XEN_DOMCTL_MONITOR_EVENT_GUEST_REQUEST) |
(1U << XEN_DOMCTL_MONITOR_EVENT_SOFTWARE_BREAKPOINT) |
(1U << XEN_DOMCTL_MONITOR_EVENT_MOV_TO_MSR) |
+ (1U << XEN_DOMCTL_MONITOR_EVENT_INTERRUPT) |
(1U << XEN_DOMCTL_MONITOR_EVENT_WRITE_CTRLREG));
if ( cpu_has_vmx )
{
capabilities |= ((1U << XEN_DOMCTL_MONITOR_EVENT_DEBUG_EXCEPTION) |
(1U << XEN_DOMCTL_MONITOR_EVENT_CPUID) |
- (1U << XEN_DOMCTL_MONITOR_EVENT_INTERRUPT) |
(1U << XEN_DOMCTL_MONITOR_EVENT_EMUL_UNIMPLEMENTED));
/* Since we know this is on VMX, we can just call the hvm func */
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2018-02-19 13:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 13:07 [PATCH v1 0/2] hvm/svm: Enable vm events for SVM Alexandru Isaila
2018-02-19 13:07 ` Alexandru Isaila [this message]
2018-02-19 13:11 ` [PATCH v1 1/2] asm-x86/monitor: Add MONITOR_EVENT_INTERRUPT to common capabilities Razvan Cojocaru
2018-02-19 13:07 ` [PATCH v1 2/2] hvm/svm: Implement CPUID events Alexandru Isaila
2018-02-19 15:25 ` Tamas K Lengyel
2018-02-19 15:29 ` Razvan Cojocaru
2018-02-19 15:38 ` Jan Beulich
2018-02-20 10:37 ` Alexandru Stefan ISAILA
2018-02-20 18:59 ` Tamas K Lengyel
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=1519045627-7771-2-git-send-email-aisaila@bitdefender.com \
--to=aisaila@bitdefender.com \
--cc=andrew.cooper3@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=jbeulich@suse.com \
--cc=rcojocaru@bitdefender.com \
--cc=suravee.suthikulpanit@amd.com \
--cc=tamas@tklengyel.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 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).