From: Steven Stovall <sstovall@neuraliq.com>
To: kvm <kvm@vger.kernel.org>
Subject: Re: handle_wrmsr behavior under kvm-83
Date: Mon, 2 Feb 2009 11:39:41 -0800 (PST) [thread overview]
Message-ID: <30252271.52621233603581601.JavaMail.root@mailserv1> (raw)
In-Reply-To: <31453845.52451233600265180.JavaMail.root@mailserv1>
Right, but I've tried commenting those calls out, even disabling CPU_BASED_USE_MSR_BITMAPS, allocation of vmx_msr_bitmap and so on -- without effect. Ive started trying to interrogate the (now-reinstituted) vmx_msr_bitmap from vmx_vcpu_setup, since the controls can be rewritten there...
Steven
----- Original Message -----
From: "Avi Kivity" <avi@redhat.com>
To: "Steven Stovall" <sstovall@neuraliq.com>
Cc: "kvm" <kvm@vger.kernel.org>
Sent: Monday, February 2, 2009 8:27:07 AM GMT -08:00 US/Canada Pacific
Subject: Re: handle_wrmsr behavior under kvm-83
Steven Stovall wrote:
> When looking at the EXIT_REASON_MSR_WRITE events that trigger handle_wrmsr() invocations, why do I only seem to see indices for MSR_MTRRfix* (0x250 - 0x2ff)? This behavior seems to have changed since kvm-60, where I would see for example SYSENTER MSR writes.
>
In vmx_init():
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_FS_BASE);
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_GS_BASE);
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_IA32_SYSENTER_CS);
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_IA32_SYSENTER_ESP);
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_IA32_SYSENTER_EIP);
--
error compiling committee.c: too many arguments to function
next parent reply other threads:[~2009-02-02 19:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <31453845.52451233600265180.JavaMail.root@mailserv1>
2009-02-02 19:39 ` Steven Stovall [this message]
[not found] <11756619.54871233630086637.JavaMail.root@mailserv1>
2009-02-03 3:06 ` handle_wrmsr behavior under kvm-83 Steven Stovall
[not found] <21463337.50651233272625984.JavaMail.root@mailserv1>
2009-01-29 23:48 ` Steven Stovall
2009-02-02 16:27 ` Avi Kivity
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=30252271.52621233603581601.JavaMail.root@mailserv1 \
--to=sstovall@neuraliq.com \
--cc=kvm@vger.kernel.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.