[PATCH 4/4] kvmppc: convert wrteei to wrtee as kvm guest optimization
Christian Ehrhardt
ehrhardt at linux.vnet.ibm.com
Wed Aug 20 22:53:57 EST 2008
Arnd Bergmann wrote:
> On Tuesday 19 August 2008, ehrhardt at linux.vnet.ibm.com wrote:
>
>> Dependent on the already existing CONFIG_KVM_GUEST config option this patch
>> changes wrteei to wrtee allowing the hypervisor to rewrite those to nontrapping
>> instructions. Maybe we should split the kvm guest otpimizations in two parts
>> one for the overhead free optimizations and on for the rest that might add
>> some complexity for non virtualized execution (like this one).
>>
>> Signed-off-by: Christian Ehrhardt <ehrhardt at linux.vnet.ibm.com>
>>
>
> How significant is the performance impact of this change for non-virtualized
> systems? If it's very low, maybe you should not bother with the #ifdef, and
> if it's noticable, you might be better off using dynamic patching for this.
>
> Arnd <><
>
To be honest I unfortunately don't know how big the impact for
non-virtualized systems is. I would like to test it, but without
hardware performance counters on the core I have I'm not sure (yet) how
to measure that in a good way - any suggestion welcome.
I'm really sure that any jumping around style dynamic patching in the
guest like function pointers etc will be slower than just let the load
be there. Unfortunately I can not rewrite it from the hypervisor because
for "wrteei" I would need a "stwi" to rewrite it in one instruction.
The patch as it is today let you choose between 10% benefit for
virtualized guest and an unkown but surely very small overhead on native
hardware.
--
Grüsse / regards,
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization
More information about the Linuxppc-dev
mailing list