commit | 33527ad7e12a5cb50b39165945464600ab2f7632 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Sep 16 15:24:16 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:11 2009 +0200 |
tree | 4ece90c91c8bba5951beec47f158654b4c839a19 | |
parent | 7fcdb5103d10d2eb75876637a2efa9679cce14d3 [diff] |
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>