From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: kvm-devel <kvm@vger.kernel.org>, Gleb Natapov <gleb@redhat.com>,
"Yang, Sheng" <sheng.yang@intel.com>
Subject: Re: [RESEND][PATCH] KVM: VMX: Report VNMI emulation
Date: Sun, 26 Oct 2008 16:21:00 +0200 [thread overview]
Message-ID: <49047CCC.1030301@redhat.com> (raw)
In-Reply-To: <4900349A.5020708@siemens.com>
Jan Kiszka wrote:
> In case we ever have to debug possibly NMI-related issues of the guest,
> it may help to correlate them with the VNMI emulation for older VMX
> CPUs.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> arch/x86/kvm/vmx.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> Index: b/arch/x86/kvm/vmx.c
> ===================================================================
> --- a/arch/x86/kvm/vmx.c
> +++ b/arch/x86/kvm/vmx.c
> @@ -3671,6 +3671,10 @@ static int __init vmx_init(void)
>
> ept_sync_global();
>
> + if (!cpu_has_virtual_nmis())
> + printk(KERN_WARNING
> + "kvm: emulating NMI window via interrupt window\n");
> +
>
>
This is best done via /proc/cpuinfo... (vnmi or vmx_vnmi) what's the
status on those patches?
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2008-10-26 14:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 8:23 [RESEND][PATCH] KVM: VMX: Report VNMI emulation Jan Kiszka
2008-10-26 14:21 ` Avi Kivity [this message]
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=49047CCC.1030301@redhat.com \
--to=avi@redhat.com \
--cc=gleb@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
--cc=sheng.yang@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.