From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Jia Shi Subject: [PATCH 0/2] vfio-ccw bugfixs Date: Tue, 18 Jul 2017 03:49:24 +0200 Message-ID: <20170718014926.44781-1-bjsdjshi@linux.vnet.ibm.com> Cc: cohuck@redhat.com, borntraeger@de.ibm.com, bjsdjshi@linux.vnet.ibm.com To: linux-s390@vger.kernel.org, kvm@vger.kernel.org, qemu-devel@nongnu.org Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:57289 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751828AbdGRBtv (ORCPT ); Mon, 17 Jul 2017 21:49:51 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v6I1nmZ9143093 for ; Mon, 17 Jul 2017 21:49:51 -0400 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0a-001b2d01.pphosted.com with ESMTP id 2brq7kcfv4-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 17 Jul 2017 21:49:50 -0400 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Jul 2017 21:49:32 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 2.11.2