public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve reporting of simultaneous exception errors
@ 2009-11-04 10:47 Avi Kivity
  2009-11-04 10:47 ` [PATCH 1/2] KVM: Allow internal errors reported to userspace to carry extra data Avi Kivity
  2009-11-04 10:47 ` [PATCH 2/2] KVM: VMX: Report unexpected simultaneous exceptions as internal errors Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Avi Kivity @ 2009-11-04 10:47 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, Gleb Natapov

Currently if we hit an error processing simultaneous exceptions we mumble
something in dmesg and continue.  AFAIK this situation always deteriorates,
so attempt to report it to userspace to give us a chance to debug it.

Avi Kivity (2):
  KVM: Allow internal errors reported to userspace to carry extra data
  KVM: VMX: Report unexpected simultaneous exceptions as internal
    errors

 arch/x86/kvm/mmu.c  |    1 +
 arch/x86/kvm/vmx.c  |   12 +++++++++---
 include/linux/kvm.h |    5 +++++
 virt/kvm/kvm_main.c |    1 +
 4 files changed, 16 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2009-11-04 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 10:47 [PATCH 0/2] Improve reporting of simultaneous exception errors Avi Kivity
2009-11-04 10:47 ` [PATCH 1/2] KVM: Allow internal errors reported to userspace to carry extra data Avi Kivity
2009-11-04 10:47 ` [PATCH 2/2] KVM: VMX: Report unexpected simultaneous exceptions as internal errors Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox