From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Boris Ostrovsky <boris.ostrovsky@amd.com>
Cc: Christoph.Egger@amd.com, xen-devel@lists.xensource.com,
keir@xen.org, JBeulich@suse.com
Subject: Re: [PATCH v5] x86/AMD: Add support for AMD's OSVW feature in guests
Date: Mon, 6 Feb 2012 18:08:20 -0500 [thread overview]
Message-ID: <20120206230820.GA8636@phenom.dumpdata.com> (raw)
In-Reply-To: <4F301F8B.5010306@amd.com>
On Mon, Feb 06, 2012 at 01:44:27PM -0500, Boris Ostrovsky wrote:
> On 02/06/12 12:47, Konrad Rzeszutek Wilk wrote:
> >On Mon, Feb 06, 2012 at 06:39:25PM +0100, Boris Ostrovsky wrote:
> >># HG changeset patch
> >># User Boris Ostrovsky<boris.ostrovsky@amd.com>
> >># Date 1328549858 -3600
> >># Node ID 3cf8ffd0ab883dd09f943f4d8fb50f5cc1f04cd5
> >># Parent e2722b24dc0962de37215320b05d1bb7c4c42864
> >>x86/AMD: Add support for AMD's OSVW feature in guests.
> >>
> >>In some cases guests should not provide workarounds for errata even when the
> >>physical processor is affected. For example, because of erratum 400 on family
> >>10h processors a Linux guest will read an MSR (resulting in VMEXIT) before
> >>going to idle in order to avoid getting stuck in a non-C0 state. This is not
> >
> >What about fixing the Linux guest to actually not do this? I presume you
> >have encountered this with HVM guests - would it be possible to use
> >
> >set_pm_idle_to_default(default_idle) in the HVM bootup path, say in 'xen_hvm_guest_init' ??
>
>
> Changing Linux won't help guests running Linux prior to the change
> so we still need this patch. And with the patch guest's pm_idle will
Well, it can go on the stable tree.
> be set to default_idle anyway (because
> cpu_has_amd_erratum(amd_erratum_400) will return 0).
Right, but that won't be called anymore to set the pm_idle b/c pm_idle is set
to default_idle.
>
>
> -boris
>
> >
> >
> >>necessary: HLT and IO instructions are intercepted and therefore there is no
> >>reason for erratum 400 workaround in the guest.
> >>
> >>This patch allows us to present a guest with certain errata as fixed,
> >>regardless of the state of actual hardware.
>
next prev parent reply other threads:[~2012-02-06 23:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-06 17:39 [PATCH v5] x86/AMD: Add support for AMD's OSVW feature in guests Boris Ostrovsky
2012-02-06 17:47 ` Konrad Rzeszutek Wilk
2012-02-06 18:44 ` Boris Ostrovsky
2012-02-06 23:08 ` Konrad Rzeszutek Wilk [this message]
2012-02-07 9:12 ` Christoph Egger
2012-02-07 8:26 ` Jan Beulich
2012-02-07 17:05 ` Konrad Rzeszutek Wilk
2012-02-07 11:51 ` Jan Beulich
2012-02-07 5:15 ` Keir Fraser
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=20120206230820.GA8636@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Christoph.Egger@amd.com \
--cc=JBeulich@suse.com \
--cc=boris.ostrovsky@amd.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xensource.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;
as well as URLs for NNTP newsgroup(s).