Re: [PATCH] KVM/s390: Replace clear_user with kvm_clear_guest

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05.07.2018 12:23, David Hildenbrand wrote:
> On 05.07.2018 12:18, Janosch Frank wrote:
> 
> s/KVM/s390/KVM: s390/
> 
> Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>


s/KVM\/s390/KVM: s390:/
Thanks, applied


> 
>> kvm_clear_guest also does the dirty tracking for us, which we want to
>> have.
>>
>> Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
>> ---
>>  arch/s390/kvm/priv.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c
>> index eb0eb60c7be6..c4da375553e8 100644
>> --- a/arch/s390/kvm/priv.c
>> +++ b/arch/s390/kvm/priv.c
>> @@ -956,7 +956,7 @@ static int handle_pfmf(struct kvm_vcpu *vcpu)
>>  			return kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
>>  
>>  		if (vcpu->run->s.regs.gprs[reg1] & PFMF_CF) {
>> -			if (clear_user((void __user *)useraddr, PAGE_SIZE))
>> +			if (kvm_clear_guest(vcpu->kvm, start, PAGE_SIZE))
>>  				return kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
>>  		}
>>  
>>
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux