mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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