commit | ae1f57670703656cc9f293722c3b8b6782f8ab3f | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Mar 09 20:56:43 2015 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Fri Mar 13 13:44:43 2015 -0300 |
tree | fd4fdfaed468f32cc417fb2b67318dbf7310a23a | |
parent | b34a80517bfcd917bc59d9670d8f465a564af3b9 [diff] |
KVM: nVMX: Do not emulate #UD while in guest mode While in L2, leave all #UD to L2 and do not try to emulate it. If L1 is interested in doing this, it reports its interest via the exception bitmap, and we never get into handle_exception of L0 anyway. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>