All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix failed msr tracing
@ 2010-01-25 17:36 Avi Kivity
  2010-01-25 17:36 ` [PATCH 1/2] KVM: Fix msr trace Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Avi Kivity @ 2010-01-25 17:36 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm

We don't trace failed msr access (wrmsr or rdmsr which end up generating a
#GP), which loses important data.

Avi Kivity (2):
  KVM: Fix msr trace
  KVM: Trace failed msr reads and writes

 arch/x86/kvm/svm.c   |   13 ++++++++-----
 arch/x86/kvm/trace.h |   27 ++++++++++++++++-----------
 arch/x86/kvm/vmx.c   |    5 +++--
 3 files changed, 27 insertions(+), 18 deletions(-)


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

end of thread, other threads:[~2010-01-26 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 17:36 [PATCH 0/2] Fix failed msr tracing Avi Kivity
2010-01-25 17:36 ` [PATCH 1/2] KVM: Fix msr trace Avi Kivity
2010-01-25 17:36 ` [PATCH 2/2] KVM: Trace failed msr reads and writes Avi Kivity
2010-01-25 17:47   ` [PATCH 2/2 FIXED] " Avi Kivity
2010-01-26 12:40 ` [PATCH 0/2] Fix failed msr tracing Marcelo Tosatti

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.