From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG2iy-0002BB-2o for qemu-devel@nongnu.org; Tue, 08 May 2018 09:32:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG2is-0001TD-7c for qemu-devel@nongnu.org; Tue, 08 May 2018 09:32:12 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:51366) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG2ir-0001S0-U1 for qemu-devel@nongnu.org; Tue, 08 May 2018 09:32:06 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w48DVF9b097960 for ; Tue, 8 May 2018 09:32:04 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 2hubhrv7wn-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 08 May 2018 09:32:01 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 8 May 2018 14:31:51 +0100 References: <20180507155130.21085-1-cohuck@redhat.com> <20180507155130.21085-2-cohuck@redhat.com> From: Halil Pasic Date: Tue, 8 May 2018 15:31:46 +0200 MIME-Version: 1.0 In-Reply-To: <20180507155130.21085-2-cohuck@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH 1/2] virtio-ccw: common reset handler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , Christian Borntraeger , Thomas Huth Cc: David Hildenbrand , qemu-devel@nongnu.org, Alexander Graf , qemu-s390x@nongnu.org, Richard Henderson On 05/07/2018 05:51 PM, Cornelia Huck wrote: > All the different virtio ccw devices use the same reset handler, > so let's move setting it into the base virtio ccw device class. > > Signed-off-by: Cornelia Huck Reviewed-by: Halil Pasic > --- > hw/s390x/virtio-ccw.c | 13 +------------ [..]