Re: [PATCH 0/4] cr4 optimizations for vmx/ept

2009-12-15 Thread Avi Kivity
On 12/07/2009 12:47 PM, Avi Kivity wrote: When ept is enabled, we aren't particularly interested in cr4.pge, so allow the guest to own it. This improves performance in vmap() intensive loads. This is now applied, after modifying according to review comments. -- error compiling

[PATCH 0/4] cr4 optimizations for vmx/ept

2009-12-07 Thread Avi Kivity
When ept is enabled, we aren't particularly interested in cr4.pge, so allow the guest to own it. This improves performance in vmap() intensive loads. Avi Kivity (4): KVM: VMX: Move some cr[04] related constants to vmx.c KVM: Add accessor for reading cr4 (or some bits of cr4) KVM: VMX: Make