From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYvBQ-0000m9-5x for qemu-devel@nongnu.org; Fri, 20 Mar 2015 07:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYvBM-00051R-Ud for qemu-devel@nongnu.org; Fri, 20 Mar 2015 07:33:44 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:37685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYvBM-000515-KM for qemu-devel@nongnu.org; Fri, 20 Mar 2015 07:33:40 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Mar 2015 11:33:39 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id E824F1B08069 for ; Fri, 20 Mar 2015 11:33:59 +0000 (GMT) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2KBXZqU8061236 for ; Fri, 20 Mar 2015 11:33:35 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2KBXZJo000898 for ; Fri, 20 Mar 2015 05:33:35 -0600 Date: Fri, 20 Mar 2015 12:33:33 +0100 From: Cornelia Huck Message-ID: <20150320123333.54cb602d.cornelia.huck@de.ibm.com> In-Reply-To: <1426671309-13645-11-git-send-email-jasowang@redhat.com> References: <1426671309-13645-1-git-send-email-jasowang@redhat.com> <1426671309-13645-11-git-send-email-jasowang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V4 10/19] virtio-ccw: introduce ccw specific queue limit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: Alexander Graf , Richard Henderson , qemu-devel@nongnu.org, Christian Borntraeger , mst@redhat.com On Wed, 18 Mar 2015 17:35:00 +0800 Jason Wang wrote: > Instead of depending on marco, using a bus specific limit. You should probably also mention the adapter routes change in your changelog: "Also make it clear that the number of gsis per I/O adapter is not directly depending on the number of virtio queues, but rather the other way around." > > Cc: Alexander Graf > Cc: Cornelia Huck > Cc: Christian Borntraeger > Cc: Richard Henderson > Signed-off-by: Jason Wang > --- > hw/s390x/s390-virtio-ccw.c | 7 +++++-- > hw/s390x/virtio-ccw.c | 19 ++++++++++++------- > include/hw/s390x/s390_flic.h | 4 +++- > 3 files changed, 20 insertions(+), 10 deletions(-) > Looks good to me.