]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: MMU: use page array in unsync walk
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 2 Dec 2008 00:32:02 +0000 (22:32 -0200)
committerAvi Kivity <avi@redhat.com>
Fri, 5 Dec 2008 17:57:47 +0000 (19:57 +0200)
commit82074c7dd0c4518c835fbefed00477488869b6cf
treedacb963d537a46109edd41ccb3f3a2751d67f3c4
parent5f7b30fa2e42d232db2f742384c4922e3a5533d7
KVM: MMU: use page array in unsync walk

Instead of invoking the handler directly collect pages into
an array so the caller can work with it.

Simplifies TLB flush collapsing.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c