From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mg81D-0004my-2h for qemu-devel@nongnu.org; Tue, 25 Aug 2009 22:13:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mg817-0004ga-GB for qemu-devel@nongnu.org; Tue, 25 Aug 2009 22:13:45 -0400 Received: from [199.232.76.173] (port=45241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg816-0004g8-So for qemu-devel@nongnu.org; Tue, 25 Aug 2009 22:13:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2620) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mg816-0008OS-5H for qemu-devel@nongnu.org; Tue, 25 Aug 2009 22:13:40 -0400 From: Glauber Costa Date: Tue, 25 Aug 2009 18:13:34 -0400 Message-Id: <1251238416-5088-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] io-thread fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi, Our iothread still does not work reliably, but with those fixes I can get a little bit further. Anthony, please let me know what you think of it.