commit | b1e73a7c5a02bcd0e5b840c0e226e4681f33c932 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Oct 26 13:09:45 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 06 15:19:04 2011 +0200 |
tree | 4261d70d3e761aa0e0378c0de7884ebf1e383186 | |
parent | 7e0a60a699b96c6118e247c20449d801b91ab9c1 [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>