From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D46p2-0008Ud-4E for qemu-devel@nongnu.org; Wed, 23 Feb 2005 19:25:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D46ov-0008SE-UA for qemu-devel@nongnu.org; Wed, 23 Feb 2005 19:25:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D46ov-0008S9-AR for qemu-devel@nongnu.org; Wed, 23 Feb 2005 19:25:33 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D46aK-0001Rc-R8 for qemu-devel@nongnu.org; Wed, 23 Feb 2005 19:10:29 -0500 From: Paul Brook Subject: Re: [Qemu-devel] other host targets Date: Thu, 24 Feb 2005 00:10:23 +0000 References: <20050223213712.GB15892@fries.net> In-Reply-To: <20050223213712.GB15892@fries.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502240010.24679.paul@codesourcery.com> 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 Cc: "Todd T. Fries" On Wednesday 23 February 2005 21:37, Todd T. Fries wrote: > I also have sparc, sgi, and mac68k machines running OpenBSD. > Unsupported CPU These are generally fairly trivial things to fix if you have a good knowledge to the target system. Specifically a replacement for the x86 rdtsc (read clock cycle counter) instruction. I guess it should be possible to use gettimeofday() or similar instead, though I haven't actually tried this. Paul