commit | afc20184b7d24693a934f652e135598a497c9448 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Sat Mar 05 12:40:20 2011 +0900 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Mar 17 13:08:33 2011 -0300 |
tree | ae400e86dd91278c54489de0bb7e82212e11fd42 | |
parent | c8ce057eafd49da6a7afe7791bd84163f65f6132 [diff] |
KVM: x86: Remove useless regs_page pointer from kvm_lapic Access to this page is mostly done through the regs member which holds the address to this page. The exceptions are in vmx_vcpu_reset() and kvm_free_lapic() and these both can easily be converted to using regs. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>