qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_E


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
Date: Fri, 16 Mar 2018 16:22:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 16/03/2018 15:58, Wanpeng Li wrote:
>> WARNING: line over 80 characters
>> #52: FILE: target/i386/kvm.c:1003:
>> +        int disable_exits = kvm_check_extension(cs->kvm_state, 
>> KVM_CAP_X86_DISABLE_EXITS);
>>
>> ERROR: line over 90 characters
>> #58: FILE: target/i386/kvm.c:1009:
>> +        if (kvm_vm_enable_cap(cs->kvm_state, KVM_CAP_X86_DISABLE_EXITS, 0, 
>> disable_exits)) {
>>
>> total: 1 errors, 1 warnings, 36 lines checked
> I think it's fine, otherwise the format looks mess, anyway, please let
> me know if they still need to be less than 80 characters here.

Yes, it's okay.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]