From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFvFl-0007wS-Nw for qemu-devel@nongnu.org; Wed, 02 Dec 2009 14:52:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFvFk-0007vX-Se for qemu-devel@nongnu.org; Wed, 02 Dec 2009 14:52:45 -0500 Received: from [199.232.76.173] (port=44621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFvFk-0007vM-91 for qemu-devel@nongnu.org; Wed, 02 Dec 2009 14:52:44 -0500 Received: from bhuna.collabora.co.uk ([93.93.128.226]:44037) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFvFj-0006Cm-QS for qemu-devel@nongnu.org; Wed, 02 Dec 2009 14:52:44 -0500 Message-ID: <4B16C563.6090709@collabora.co.uk> Date: Wed, 02 Dec 2009 19:52:03 +0000 From: Ian Molton MIME-Version: 1.0 Subject: Re: [Qemu-devel] Staging update (0.12 pending freeze) References: <4B1699D3.8010908@codemonkey.ws> <4B16C421.2090507@collabora.co.uk> <4B16C4A5.7000803@codemonkey.ws> In-Reply-To: <4B16C4A5.7000803@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" Anthony Liguori wrote: > Ian Molton wrote: > Actually, that patch would break a production environment. You cannot > sleep in qemu. It will severely impact the guest. I refer to the version posted today, which doesnt sleep, but uses a timer instead. (or did I miss something and a callled function sleeps? it didnt hang qemu here when I tested it...) -Ian