Re: [kvm-devel] [PATCH 0/4] Updated kvm mmu scaling patch

2007-12-31 Thread Avi Kivity
Avi Kivity wrote: The following patchset, based on Marcelo's original mmu scaling patch, allows the kvm guest walker to run concurrently. Shadow pagetable manipulation is still single threaded. Handling pte writes is similar to an early version of the patchset: the page is derived from the gues

[kvm-devel] [PATCH 0/4] Updated kvm mmu scaling patch

2007-12-30 Thread Avi Kivity
The following patchset, based on Marcelo's original mmu scaling patch, allows the kvm guest walker to run concurrently. Shadow pagetable manipulation is still single threaded. Handling pte writes is similar to an early version of the patchset: the page is derived from the guest pte being written.