From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdxLz-0000d1-78 for qemu-devel@nongnu.org; Fri, 03 Apr 2015 04:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdxLw-0007vL-17 for qemu-devel@nongnu.org; Fri, 03 Apr 2015 04:53:27 -0400 Date: Fri, 03 Apr 2015 16:52:03 +0800 From: Jason Wang Message-Id: <1428051123.27124.0@smtp.corp.redhat.com> In-Reply-To: <20150402154340.5090a0bb.cornelia.huck@de.ibm.com> References: <1427876112-12615-1-git-send-email-jasowang@redhat.com> <20150402154340.5090a0bb.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Subject: Re: [Qemu-devel] [PATCH V5 00/18] Support more virtio queues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Kevin Wolf , mst@redhat.com, qemu-devel@nongnu.org, Alexander Graf , Keith Busch , Christian Borntraeger , qemu-ppc@nongnu.org, Stefan Hajnoczi , Amit Shah , Paolo Bonzini , Richard Henderson On Thu, Apr 2, 2015 at 9:43 PM, Cornelia Huck wrote: > On Wed, 1 Apr 2015 16:14:54 +0800 > Jason Wang wrote: > >> Stress/migration test on virtio-pci, compile test on other >> targets. And make check on s390x-softmmu and ppc64-softmmu. > > Patch 9 needs some slight modifications to fit on top of master, but > with that, the patch series passes basic smoke tests with both the > s390-virtio and virtio-ccw transports. > Thanks a lot for the testing. Will rebase in V6.