kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
commitcce47516cddfb886da9a03cb9db355958b890dce
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 26 Oct 2011 11:09:45 +0000 (26 13:09 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 22 Dec 2011 16:53:01 +0000 (22 14:53 -0200)
treeb34b4d66d462f259d27336db2619aa880fa471a5
parentfabacc0f79ccfe9b8b34e6b9ed35ffd17415c918
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>
target-i386/kvm.c