From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfXox-00019s-IF for qemu-devel@nongnu.org; Mon, 24 Aug 2009 07:34:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfXos-00017B-PK for qemu-devel@nongnu.org; Mon, 24 Aug 2009 07:34:43 -0400 Received: from [199.232.76.173] (port=54746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfXos-000176-Lp for qemu-devel@nongnu.org; Mon, 24 Aug 2009 07:34:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfXos-0003zL-2I for qemu-devel@nongnu.org; Mon, 24 Aug 2009 07:34:38 -0400 From: Juan Quintela In-Reply-To: (Blue Swirl's message of "Fri, 21 Aug 2009 22:51:43 +0300") References: <7b4872bab0049e0d766190f8b448fa6ea48426bf.1250810973.git.quintela@redhat.com> Date: Mon, 24 Aug 2009 13:32:14 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 07/14] configure ptimer only for arm and sparc softmmu List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Blue Swirl wrote: > On Fri, Aug 21, 2009 at 2:37 AM, Juan Quintela wrote: > >> + =C2=A0sparc) >> + =C2=A0 =C2=A0ptimer=3Dyes > > Does sparc mean in this case both Sparc32 and Sparc64 (ptimers are > used by sun4u/Sparc64)? No. But I fixed it on the v2 series. Good catch. Thanks, Juan.