From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyM0-0003ZA-90 for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUyLu-0006v6-4u for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:36:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyLt-0006ul-Sw for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:35:58 -0400 Message-ID: <541C3130.8080100@redhat.com> Date: Fri, 19 Sep 2014 15:35:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <201408291545282753855@sangfor.com> <20140829143849.GA8909@grmbl.mre> <201409012038178763909@sangfor.com> <201409012052442706397@sangfor.com> <20140902063637.GG14171@grmbl.mre> <20140919055333.GA6889@fam-t430.nay.redhat.com> In-Reply-To: <20140919055333.GA6889@fam-t430.nay.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [question] virtio-blk performance degradationhappened with virito-serial List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , Amit Shah Cc: Zhang Haoyu , qemu-devel , kvm Il 19/09/2014 07:53, Fam Zheng ha scritto: > Any ideas? The obvious, but hardish one is to switch to epoll (one epoll fd per AioContext, plus one for iohandler.c). This would require converting iohandler.c to a GSource. Paolo