From: "Raj, Ashok" <ashok.raj@intel.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: kvm@vger.kernel.org, Tony Luck <tony.luck@intel.com>,
Gong Chen <gong.chen@intel.com>, Gleb Natapov <gleb@kernel.org>,
linux-kernel@vger.kernel.org, qemu-devel@nongnu.org,
Andi Kleen <andi.kleen@intel.com>,
Paolo Bonzini <pbonzini@redhat.com>, Boris Petkov <bp@suse.de>,
Ashok Raj <ashok.raj@intel.com>
Subject: Re: [Qemu-devel] [Patch V2 1/2] x86, mce: Basic support to add LMCE support to QEMU
Date: Mon, 14 Dec 2015 14:05:33 -0500 [thread overview]
Message-ID: <20151214190533.GA18012@otc-brkl-03.jf.intel.com> (raw)
In-Reply-To: <20151214162356.GA5314@thinpad.lan.raisama.net>
Hi Eduardo,
Thanks for the feedback. All the suggestions make sense..
On Mon, Dec 14, 2015 at 02:23:56PM -0200, Eduardo Habkost wrote:
> > +static void feature_control_init(X86CPU *cpu)
> > +{
> > + CPUX86State *cenv = &cpu->env;
> > +
> > + cenv->msr_ia32_feature_control = ((1<<20) | (1<<0));
>
> FEATURE_CONTROL_LOCKED and FEATURE_CONTROL_LMCE macros would make
> the code clearer.
Makes sense.. will fix it next round.
> > @@ -282,8 +282,9 @@
> >
> > #define MCG_CTL_P (1ULL<<8) /* MCG_CAP register available */
> > #define MCG_SER_P (1ULL<<24) /* MCA recovery/new status bits */
> > +#define MCG_LMCE_P (1ULL<<27) /* Local Machine Check Supported */
>
> Please use spaces instead of tabs. You can detect this and other
> coding style issues in this patch with checkpatch.pl.
>
Will change the ones i added.
>
> >
> > -#define MCE_CAP_DEF (MCG_CTL_P|MCG_SER_P)
> > +#define MCE_CAP_DEF (MCG_CTL_P|MCG_SER_P|MCG_LMCE_P)
>
> This makes mcg_cap change when upgrading QEMU.
>
> VMs with MCG_LMCE_P enabled shouldn't be migratable to hosts
> running older kernels, or the guest may try to read or write
> MSR_IA32_MCG_EXT_CTL after miration and get a #GP. That means:
>
> 1) Older machine-types (pc-2.5 and older) should keep the
> old (MCG_CTL_P|MCG_SER_P) default.
> 2) We can't make pc-2.6 enable LMCE by default, either, because
> QEMU guarantees that just changing the machine-type shouldn't
> introduce new host requirements (see:
> http://article.gmane.org/gmane.comp.emulators.qemu/346651)
>
> It looks like we need a new -cpu option to enable the feature,
> then. At least until we raise the minimum kernel version
> requirements of QEMU.
Ok.. i will look this up.
>
> (I didn't review the kvm_mce_inject() changes as I am not
> familiar with the details of how LMCE is implemented.)
>
This is quite simple.. we just don't broadcast MCE's and set LMCE in
MCG_STATUS.
I will make the suggested changes and resend.
Cheers,
Ashok
prev parent reply other threads:[~2015-12-14 18:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 19:41 [Patch V2 1/2] x86,mce: " Ashok Raj
2015-12-10 19:41 ` [Patch V2 2/2] x86, mce: Need to translate GPA to HPA to inject error in guest Ashok Raj
2015-12-12 3:13 ` Chen, Gong
2015-12-14 16:23 ` [Qemu-devel] [Patch V2 1/2] x86, mce: Basic support to add LMCE support to QEMU Eduardo Habkost
2015-12-14 16:37 ` Borislav Petkov
2015-12-14 19:11 ` Raj, Ashok
2015-12-14 18:32 ` Eduardo Habkost
2015-12-14 22:37 ` Borislav Petkov
2015-12-15 0:17 ` Raj, Ashok
2015-12-15 13:04 ` Borislav Petkov
2015-12-15 15:42 ` Eduardo Habkost
2015-12-14 19:05 ` Raj, Ashok [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=20151214190533.GA18012@otc-brkl-03.jf.intel.com \
--to=ashok.raj@intel.com \
--cc=andi.kleen@intel.com \
--cc=bp@suse.de \
--cc=ehabkost@redhat.com \
--cc=gleb@kernel.org \
--cc=gong.chen@intel.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=tony.luck@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®