Re: [PATCH v2 10/13] KVM: x86: Shrink the usercopy region of the emulation context

From: Paolo Bonzini
Date: Mon Mar 02 2020 - 13:40:34 EST


On 26/02/20 18:51, Vitaly Kuznetsov wrote:
>> +
>> + /* Here begins the usercopy section. */
>> + struct operand src;
>> + struct operand src2;
>> + struct operand dst;
> Out of pure curiosity, how certain are we that this is going to be
> enough for userspaces?
>

And also, where exactly are the user copies done?

Paolo