forked from luck/tmp_suning_uos_patched
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
Reorganize it for good using the cache Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
c2a2ac2b56
commit
dd3bfd59db
|
@ -172,8 +172,8 @@ struct pte_list_desc {
|
|||
struct kvm_shadow_walk_iterator {
|
||||
u64 addr;
|
||||
hpa_t shadow_addr;
|
||||
int level;
|
||||
u64 *sptep;
|
||||
int level;
|
||||
unsigned index;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user