From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlFHo-0002iG-MY for qemu-devel@nongnu.org; Thu, 23 Apr 2015 07:27:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlFHk-0007Lw-LJ for qemu-devel@nongnu.org; Thu, 23 Apr 2015 07:27:16 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:39292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlFHk-0007Lc-Bh for qemu-devel@nongnu.org; Thu, 23 Apr 2015 07:27:12 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 23 Apr 2015 12:27:11 +0100 Date: Thu, 23 Apr 2015 13:27:05 +0200 From: Cornelia Huck Message-ID: <20150423132705.15fa29a0.cornelia.huck@de.ibm.com> In-Reply-To: <1429770109-23873-1-git-send-email-jasowang@redhat.com> References: <1429770109-23873-1-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 V7 00/16] Support more virtio queues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang 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, 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.