From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwiCy-0005GQ-CU for qemu-devel@nongnu.org; Wed, 22 Apr 2009 15:34:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwiCr-0005EB-Fe for qemu-devel@nongnu.org; Wed, 22 Apr 2009 15:34:10 -0400 Received: from [199.232.76.173] (port=44672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwiCq-0005D9-ED for qemu-devel@nongnu.org; Wed, 22 Apr 2009 15:34:04 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwiCp-0000ij-EZ for qemu-devel@nongnu.org; Wed, 22 Apr 2009 15:34:03 -0400 Message-Id: <20090422191504.975476933@localhost.localdomain> In-Reply-To: <49E88D7C.8040602@us.ibm.com> Date: Wed, 22 Apr 2009 16:15:04 -0300 From: mtosatti@redhat.com Subject: [Qemu-devel] [patch 00/14] qemu: introduce iothread (v4) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, aliguori@us.ibm.com Addressing earlier comments. Anthony, most of the KVM interaction (with global mutex) is missing, since i'm not exactly sure what you want to do there. --