Re: [PATCH] KVM: x86: extend usage of RET_MMIO_PF_* constants

From: Paolo Bonzini
Date: Wed Oct 11 2017 - 02:08:12 EST


On 10/10/2017 21:16, Radim KrÄmÃÅ wrote:
>> - return 0;
>> + return RET_PF_EMULATE;
> A direct conversion would return RET_PF_RETRY, is this some
> optimization?

No, it's not (and should be a different patch anyway). Fixed.

Paolo