From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzSBK-0006zY-8Q for qemu-devel@nongnu.org; Fri, 23 May 2008 03:59:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzSBI-0006xp-EM for qemu-devel@nongnu.org; Fri, 23 May 2008 03:59:17 -0400 Received: from [199.232.76.173] (port=42569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzSBI-0006xe-5Q for qemu-devel@nongnu.org; Fri, 23 May 2008 03:59:16 -0400 Received: from mx20.gnu.org ([199.232.41.8]:29326) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzSBH-0005oO-Hd for qemu-devel@nongnu.org; Fri, 23 May 2008 03:59:15 -0400 Received: from rv-out-0708.google.com ([209.85.198.250]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzSBE-0002Pw-ID for qemu-devel@nongnu.org; Fri, 23 May 2008 03:59:12 -0400 Received: by rv-out-0708.google.com with SMTP id f25so492392rvb.22 for ; Fri, 23 May 2008 00:59:05 -0700 (PDT) Message-ID: <761ea48b0805230059y5e0dbed8k7a83dbf87aa5c1b8@mail.gmail.com> Date: Fri, 23 May 2008 09:59:04 +0200 From: "Laurent Desnogues" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] A question about ARM target 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 I have been taking a look at ARM target and found some holes in undefined instructions detection. Is that something we want correct or not? (Note, I am not talking about unpredictable encoding, but architecturally undefined encoding.) Laurent