]> git.baikalelectronics.ru Git - kernel.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>
Wed, 31 Dec 2008 14:55:43 +0000 (16:55 +0200)
commit963451579fbf8634bdafc147b25e985cdbba5d85
treefa2d3b7f90f8dff8669a6fb6c85a41b9afb0f4c5
parentb9114a4a18fd80e8d8cc787905879e5b0b1455d2
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