[kvm-devel] [patch 0/5] KVM paravirt MMU updates and cr3 caching (v2)

2008-02-20 Thread Marcelo Tosatti
The following patchset, based on earlier work by Anthony and Ingo, adds paravirt_ops support for KVM guests enabling hypercall based pte updates, hypercall batching and cr3 caching. -- - This SF.net email is sponsored by:

[kvm-devel] [patch 0/5] KVM paravirt MMU updates and cr3 caching

2008-02-16 Thread Marcelo Tosatti
The following patchset, based on earlier work by Anthony and Ingo, adds paravirt_ops support for KVM guests enabling hypercall based pte updates, hypercall batching and cr3 caching. -- - This SF.net email is sponsored by:

Re: [kvm-devel] [patch 0/5] KVM paravirt MMU updates and cr3 caching

2008-02-16 Thread Anthony Liguori
Marcelo Tosatti wrote: The following patchset, based on earlier work by Anthony and Ingo, adds paravirt_ops support for KVM guests enabling hypercall based pte updates, hypercall batching and cr3 caching. Could you post performance results for each optimization? I'm particularly curious

Re: [kvm-devel] [patch 0/5] KVM paravirt MMU updates and cr3 caching

2008-02-16 Thread Marcelo Tosatti
On Sat, Feb 16, 2008 at 05:37:00PM -0600, Anthony Liguori wrote: Marcelo Tosatti wrote: The following patchset, based on earlier work by Anthony and Ingo, adds paravirt_ops support for KVM guests enabling hypercall based pte updates, hypercall batching and cr3 caching. Could you post