From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4di-00040O-Fk for qemu-devel@nongnu.org; Fri, 17 Apr 2015 07:40:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj4df-0005iB-12 for qemu-devel@nongnu.org; Fri, 17 Apr 2015 07:40:54 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:54847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj4de-0005hv-NT for qemu-devel@nongnu.org; Fri, 17 Apr 2015 07:40:50 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 17 Apr 2015 12:40:49 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 118F12190046 for ; Fri, 17 Apr 2015 12:40:31 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3HBekPa5112160 for ; Fri, 17 Apr 2015 11:40:46 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3HBej5J011303 for ; Fri, 17 Apr 2015 05:40:46 -0600 Date: Fri, 17 Apr 2015 13:40:44 +0200 From: Cornelia Huck Message-ID: <20150417134044.46838cca.cornelia.huck@de.ibm.com> In-Reply-To: <1429246120-29439-9-git-send-email-jasowang@redhat.com> References: <1429246120-29439-1-git-send-email-jasowang@redhat.com> <1429246120-29439-9-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 v6 08/16] virtio: introduce bus specific queue limit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: mst@redhat.com, Alexander Graf , qemu-devel@nongnu.org, Christian Borntraeger , Paolo Bonzini , Richard Henderson On Fri, 17 Apr 2015 12:48:32 +0800 Jason Wang wrote: > This patch introduces a bus specific queue limitation. It will be > useful for increasing the limit for one of the bus without disturbing > other buses. > > Cc: Michael S. Tsirkin > Cc: Alexander Graf > Cc: Richard Henderson > Cc: Cornelia Huck > Cc: Christian Borntraeger > Cc: Paolo Bonzini > Signed-off-by: Jason Wang > --- > hw/char/virtio-serial-bus.c | 2 +- > hw/net/virtio-net.c | 4 ++-- > hw/s390x/s390-virtio-bus.c | 1 + > hw/s390x/virtio-ccw.c | 1 + > hw/scsi/virtio-scsi.c | 4 ++-- > hw/virtio/virtio-mmio.c | 1 + > hw/virtio/virtio-pci.c | 1 + > hw/virtio/virtio.c | 40 +++++++++++++++++++++++++--------------- > include/hw/virtio/virtio-bus.h | 1 + > include/hw/virtio/virtio.h | 1 + > 10 files changed, 36 insertions(+), 20 deletions(-) > Reviewed-by: Cornelia Huck