From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2] KVM: s390: cleanup struct kvm_s390_float_interrupt Date: Wed, 10 Jan 2018 13:20:58 +0100 Message-ID: <20180110132058.23b3e792.cohuck@redhat.com> References: <20180108193747.10818-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: David Hildenbrand Cc: Christian Borntraeger , KVM , linux-s390@vger.kernel.org List-ID: On Wed, 10 Jan 2018 12:56:15 +0100 David Hildenbrand wrote: > 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! > With that, feel free to add Reviewed-by: Cornelia Huck