All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix guest kernel crash when hitting AMD errata
@ 2010-09-01  9:42 Jes.Sorensen
  2010-09-01  9:42 ` [PATCH 1/1] " Jes.Sorensen
  2010-09-02  8:24 ` [PATCH 0/1] " Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Jes.Sorensen @ 2010-09-01  9:42 UTC (permalink / raw)
  To: kvm; +Cc: avi

From: Jes Sorensen <Jes.Sorensen@redhat.com>

This fix gets around the case where a user specifies a CPU model
triggering an old Opteron errata. The patch returns the clock timing
the errata expects to see and ignores writes to make sure a guest
doesn't get an exception from reading or writing an MSR that is not
supported, since the kernel doesn't use safe MSR access for this
errata workaround.

Jes Sorensen (1):
  Fix guest kernel crash when hitting AMD errata

 arch/x86/kvm/x86.c |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

-- 
1.7.2.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-02  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01  9:42 [PATCH 0/1] Fix guest kernel crash when hitting AMD errata Jes.Sorensen
2010-09-01  9:42 ` [PATCH 1/1] " Jes.Sorensen
2010-09-02  8:24 ` [PATCH 0/1] " Avi Kivity

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.