From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1iDg-0005lX-O7 for qemu-devel@nongnu.org; Mon, 10 Dec 2007 07:58:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1iDg-0005l0-BR for qemu-devel@nongnu.org; Mon, 10 Dec 2007 07:58:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1iDg-0005kf-2u for qemu-devel@nongnu.org; Mon, 10 Dec 2007 07:58:48 -0500 Received: from pop-tawny.atl.sa.earthlink.net ([207.69.195.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1iDf-0003vX-RS for qemu-devel@nongnu.org; Mon, 10 Dec 2007 07:58:47 -0500 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=earthlink.net) by pop-tawny.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1J1iDa-0005CK-00 for qemu-devel@nongnu.org; Mon, 10 Dec 2007 07:58:47 -0500 Message-ID: <475D3839.8040207@earthlink.net> Date: Mon, 10 Dec 2007 07:59:37 -0500 From: Robert Reif MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] high resolution timer question Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Writing data to a serial port on the sparc emulation happens immediately. I would like to throttle the write speed to match the actual baud rate. What's the best way to do this in qemu? Will QEMUTimer work for a 1 millisecond timer?