From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkqyS-0005Hw-If for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:52:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkqyN-0003aS-VP for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:52:52 -0500 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]:57575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkqyN-0003aE-Nb for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:52:47 -0500 Received: by mail-pb0-f45.google.com with SMTP id rp16so5143418pbb.4 for ; Sun, 24 Nov 2013 23:52:45 -0800 (PST) Sender: Richard Henderson Message-ID: <529301C0.8030400@twiddle.net> Date: Mon, 25 Nov 2013 17:52:32 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1385323385-25756-1-git-send-email-koorogi@koorogi.info> In-Reply-To: <1385323385-25756-1-git-send-email-koorogi@koorogi.info> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-sh4: move features flag after CPU_COMMON List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bobby Bingham , qemu-devel@nongnu.org Cc: Aurelien Jarno On 11/25/2013 06:03 AM, Bobby Bingham wrote: > Everything before CPU_COMMON in the structure is cleared as part of a > CPU reset. This included the features flag, which indicates whether SH4A > instructions are supported or not. As a result, a CPU reset downgraded > the CPU from an SH4A to an SH4. > > Signed-off-by: Bobby Bingham Reviewed-by: Richard Henderson r~