commit | cce47516cddfb886da9a03cb9db355958b890dce | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Oct 26 13:09:45 2011 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Dec 22 14:53:01 2011 -0200 |
tree | b34b4d66d462f259d27336db2619aa880fa471a5 | |
parent | fabacc0f79ccfe9b8b34e6b9ed35ffd17415c918 [diff] |
kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs The latter was already commented out, the former is redundant as well. We always get the latest changes after return from the guest via kvm_arch_post_run. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>