From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH 0/2] vfio-ccw bugfixs Date: Tue, 18 Jul 2017 11:26:19 +0200 Message-ID: <20170718112619.6f455bc2@gondolin> References: <20170718014926.44781-1-bjsdjshi@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-s390@vger.kernel.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, borntraeger@de.ibm.com To: Dong Jia Shi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35468 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbdGRJ0X (ORCPT ); Tue, 18 Jul 2017 05:26:23 -0400 In-Reply-To: <20170718014926.44781-1-bjsdjshi@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 18 Jul 2017 03:49:24 +0200 Dong Jia Shi wrote: > Dear Conny, > > Here we got two bugfix patches for vfio-ccw: > - fix commit 7da624e2 which missed to initialize a new introduced > pointer for the vfio-ccw case > - fix a memory allocation that used a wrong size for an irq info > variable > > Dong Jia Shi (1): > vfio/ccw: fix initialization of the Object DeviceState pointer in the > common base-device > > Jing Zhang (1): > vfio/ccw: allocate irq info with the right size > > hw/vfio/ccw.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Thanks, queued to my s390-next branch. As these are bugfixes, I'll send a pullreq next week.