commit | c0d1c770c05ac7051df86914f9627b68f29c1d67 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sun Apr 14 12:12:50 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 14 18:27:10 2013 +0300 |
tree | e33fd8d4e5728b1afec04f6ec62d3649e32781b5 | |
parent | e8457c67a4ec1268ec616bd8be1d9f1cc20f1493 [diff] |
KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits We only need to update vm_exit_intr_error_code if there is a valid exit interruption information and it comes with a valid error code. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>