KVM: VMX: Remove emulation failure report
authorSheng Yang <sheng@linux.intel.com>
Tue, 19 Jan 2010 09:43:21 +0000 (17:43 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:01 +0000 (12:36 -0300)
commit7062dcaa369cae40c1a59949a5654985d0ae26ea
tree60dc5981d55a8544720b38b89e8d127a78e18ec6
parent94718da12741ef44e1eb2bfe3ca37db92115a3d3
KVM: VMX: Remove emulation failure report

As Avi noted:

>There are two problems with the kernel failure report.  First, it
>doesn't report enough data - registers, surrounding instructions, etc.
>that are needed to explain what is going on.  Second, it can flood
>dmesg, which is a pretty bad thing to do.

So we remove the emulation failure report in handle_invalid_guest_state(),
and would inspected the guest using userspace tool in the future.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c