commit | 6292757fb0e758748fdb441861f8c50d397de9f0 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Mon Sep 27 18:02:12 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:53:09 2010 +0200 |
tree | 7a33df56d8eb1d1259c40a61578cb7d81cd2defe | |
parent | 7129eecac10681f69cb00c0323ee915feceb57eb [diff] |
KVM: MMU: update 'root_hpa' out of loop in PAE shadow path The value of 'vcpu->arch.mmu.pae_root' is not modified, so we can update 'root_hpa' out of the loop. Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>