From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezLlX-00061O-2W for qemu-devel@nongnu.org; Fri, 23 Mar 2018 08:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezLlW-0002Z0-5V for qemu-devel@nongnu.org; Fri, 23 Mar 2018 08:25:51 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46306 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ezLlW-0002YG-10 for qemu-devel@nongnu.org; Fri, 23 Mar 2018 08:25:50 -0400 Date: Fri, 23 Mar 2018 20:25:38 +0800 From: Peter Xu Message-ID: <20180323122538.GN32362@xz-mi> References: <20180309090006.10018-1-peterx@redhat.com> <20180309090006.10018-21-peterx@redhat.com> <1bd08e1d-b6ff-6b39-e053-599bddd1a208@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1bd08e1d-b6ff-6b39-e053-599bddd1a208@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v8 20/23] monitor: enable IO thread for (qmp & !mux) typed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: qemu-devel@nongnu.org, Laurent Vivier , Fam Zheng , Juan Quintela , mdroth@linux.vnet.ibm.com, Markus Armbruster , marcandre.lureau@redhat.com, Stefan Hajnoczi , Paolo Bonzini , "Dr . David Alan Gilbert" , Max Reitz On Fri, Mar 23, 2018 at 01:10:51PM +0100, Christian Borntraeger wrote: > As Max Reitz said, this breaks several qemu iotests. I can reproduce that on s390 > e.g. with ./check -qcow2 030 in the qemu-iotest. > > Why was this merged? My fault. Sorry. I should have done iotests before submission. Now I'm trying to fix those iotest issues. I'm not extremely familiar with block, so the progress is a bit slow, but I'll do it asap (though I'll possibly need some help from the block team, since there are some not-easy ones for me). -- Peter Xu