]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: don't copy exit_int_info on nested vmrun
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 16 Sep 2009 13:24:16 +0000 (15:24 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:11 +0000 (09:32 +0200)
commit0853965ef2ae8377b0f446ff91fb2c7beca9cf5c
tree4ece90c91c8bba5951beec47f158654b4c839a19
parente583d0b9e93106f6478e9252253be275157b005e
KVM: SVM: don't copy exit_int_info on nested vmrun

The exit_int_info field is only written by the hardware and
never read. So it does not need to be copied on a vmrun
emulation.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/svm.c