kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joerg Roedel <joerg.roedel@amd.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: <kvm@vger.kernel.org>, Elsie Wahlig <elsie.wahlig@amd.com>,
	Bhavna Sarathy <Bhavna.Sarathy@amd.com>,
	Boris Ostrovsky <Boris.Ostrovsky@amd.com>
Subject: [PATCH 0/2] AMD Erratum 383 workaround for KVM
Date: Mon, 17 May 2010 14:43:33 +0200	[thread overview]
Message-ID: <1274100215-26467-1-git-send-email-joerg.roedel@amd.com> (raw)

Hi,

these two patches implement the workaround for AMD Erratum 383 into KVM.
This is necessary to prevent the host to crash if a guest triggers the
erratum.
For details on the erratum please see page 96 of

http://support.amd.com/us/Processor_TechDocs/41322.pdf

The workaround implemented in these patches will be documented in the
next update of the revision guide.

Joerg

Diffstat:

 arch/x86/include/asm/msr-index.h |    1 +
 arch/x86/kvm/svm.c               |   98 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 98 insertions(+), 1 deletions(-)

Shortlog:

Joerg Roedel (2):
      KVM: SVM: Handle MCEs early in the vmexit process
      KVM: SVM: Implement workaround for Erratum 383



             reply	other threads:[~2010-05-17 12:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-17 12:43 Joerg Roedel [this message]
2010-05-17 12:43 ` [PATCH 1/2] KVM: SVM: Handle MCEs early in the vmexit process Joerg Roedel
2010-05-17 12:43 ` [PATCH 2/2] KVM: SVM: Implement workaround for Erratum 383 Joerg Roedel
2010-05-19 12:03 ` [PATCH 0/2] AMD Erratum 383 workaround for KVM Joerg Roedel
2010-05-19 16:13   ` 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=1274100215-26467-1-git-send-email-joerg.roedel@amd.com \
    --to=joerg.roedel@amd.com \
    --cc=Bhavna.Sarathy@amd.com \
    --cc=Boris.Ostrovsky@amd.com \
    --cc=avi@redhat.com \
    --cc=elsie.wahlig@amd.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.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).