Re: [PATCH v2 0/3] Use static_call for kvm_x86_ops

2021-01-26 Thread Paolo Bonzini
On 15/01/21 04:27, Jason Baron wrote: Hi, Convert kvm_x86_ops to use static_call. Shows good performance gains for cpuid loop micro-benchmark (results in patch 3/3). Queued, thanks. Paolo Thanks, -Jason Changes from v1: -Introduce kvm-x86-ops header with eye towards using this to define

[PATCH v2 0/3] Use static_call for kvm_x86_ops

2021-01-14 Thread Jason Baron
Hi, Convert kvm_x86_ops to use static_call. Shows good performance gains for cpuid loop micro-benchmark (results in patch 3/3). Thanks, -Jason Changes from v1: -Introduce kvm-x86-ops header with eye towards using this to define svm_x86_ops and vmx_x86_ops in follow on patches (Paolo, Sean) -a