• S
    KVM: VMX: Remove emulation failure report · 7062dcaa
    Sheng Yang 提交于
    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: NSheng Yang <sheng@linux.intel.com>
    Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
    7062dcaa
vmx.c 108.5 KB