[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <77245545-1ed2-6a97-3bb6-8c6f2e3fdcc1@redhat.com>
Date: Mon, 3 Apr 2017 13:29:30 +0200
From: David Hildenbrand <david@...hat.com>
To: Radim Krčmář <rkrcmar@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org,
lei.cao@...atus.com
Subject: Re: [PATCH 1/2] kvm: make KVM_CAP_COALESCED_MMIO architecture
agnostic
On 31.03.2017 15:41, Radim Krčmář wrote:
> 2017-03-31 13:53+0200, Paolo Bonzini:
>> Remove code from architecture files that can be moved to virt/kvm, since there
>> is already common code for coalesced MMIO.
>>
>> Signed-off-by: Paolo Bonzini <pbonzini@...hat.com>
>> ---
>> diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
>> @@ -2919,6 +2919,11 @@ static long kvm_vm_ioctl_check_extension_generic(struct kvm *kvm, long arg)
>> +#ifdef KVM_COALESCED_MMIO_PAGE_OFFSET
>> + case KVM_CAP_COALESCED_MMIO:
>> + return KVM_COALESCED_MMIO_PAGE_OFFSET;
>> + break;
>
> This 'break;' is pointless and would be best removed when applying,
> thanks.
With that,
Reviewed-by: David Hildenbrand <david@...hat.com>
--
Thanks,
David
Powered by blists - more mailing lists