From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: Re: [PATCH v2] KVM: s390: cleanup struct kvm_s390_float_interrupt Date: Wed, 10 Jan 2018 12:56:15 +0100 Message-ID: References: <20180108193747.10818-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Christian Borntraeger , KVM Cc: linux-s390@vger.kernel.org, Cornelia Huck List-ID: On 10.01.2018 12:30, Christian Borntraeger wrote: > > > On 01/08/2018 08:37 PM, David Hildenbrand wrote: >> "wq" is not used at all. "cpuflags" can be access directly via the vcpu, >> just as "float_int" via vcpu->kvm. > > you also use the _set_cpuflag wrapper in several places, please add that to the patch description. > Otherwise this looks like a nice cleanup. Can you add that to the patch description when applying, if there are no other comments? "While at it, reuse _set_cpuflag() to make the code look nicer.". Thanks! -- Thanks, David / dhildenb