From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZQGG-0006GB-8J for qemu-devel@nongnu.org; Wed, 22 Jun 2011 12:26:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZQGE-00054N-AO for qemu-devel@nongnu.org; Wed, 22 Jun 2011 12:26:39 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:45686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZQGD-00054C-SK for qemu-devel@nongnu.org; Wed, 22 Jun 2011 12:26:38 -0400 Received: by pvg3 with SMTP id 3so635192pvg.4 for ; Wed, 22 Jun 2011 09:26:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110622161653.GF2704@pulham.picochip.com> References: <1308660911-9840-1-git-send-email-jamie.iles@picochip.com> <20110621161300.GK2647@pulham.picochip.com> <20110622154555.GE2704@pulham.picochip.com> <20110622161653.GF2704@pulham.picochip.com> Date: Wed, 22 Jun 2011 17:26:36 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-arm: support for ARM1176JZ-s cores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Iles Cc: Jamie Iles , qemu-devel@nongnu.org, Aurelien Jarno , Paul Brook On 22 June 2011 17:16, Jamie Iles wrote: > The ARM1176 technically is a v6K core, but the actual definition of v6K > seems a bit vague on required features. > > As wfi is a valid encoding on 1176 I personally don't see this as being > a blocking issue (though technically incorrect, though most code > targeted for this CPU presumably wouldn't emit a wfi instruction?). Yeah, I think we're down in the noise really here. Some older versions of the Linux kernel incorrectly emitted a WFI insn rather than the cp15 op, but that bug was fixed. In any case I doubt anybody's written code that relies on the wfi insn being implemented as a nop... Calling it a v6k in qemu is probably on balance better than not. -- PMM