From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmvzH-0004LV-3R for qemu-devel@nongnu.org; Mon, 27 Apr 2015 23:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmvzF-0001pI-K7 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 23:15:07 -0400 Date: Tue, 28 Apr 2015 11:14:47 +0800 From: Jason Wang Message-Id: <1430190887.9163.4@smtp.corp.redhat.com> In-Reply-To: <20150423132705.15fa29a0.cornelia.huck@de.ibm.com> References: <1429770109-23873-1-git-send-email-jasowang@redhat.com> <20150423132705.15fa29a0.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Subject: Re: [Qemu-devel] [PATCH V7 00/16] 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, Alexander Graf , qemu-devel@nongnu.org, Keith Busch , Christian Borntraeger , qemu-ppc@nongnu.org, Stefan Hajnoczi , Amit Shah , Paolo Bonzini , Richard Henderson On Thu, Apr 23, 2015 at 7:27 PM, Cornelia Huck wrote: > On Thu, 23 Apr 2015 14:21:33 +0800 > Jason Wang wrote: > >> Stress/migration test on virtio-pci, compile test on other >> targets. And make check on s390x-softmmu and ppc64-softmmu. > > This passes my smoke tests on the s390-ccw-virtio and s390-virtio > machines. Thanks a lot for the testing.