From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxeay-0001Wm-6m for qemu-devel@nongnu.org; Thu, 19 Jun 2014 11:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxeas-0004Ba-Jf for qemu-devel@nongnu.org; Thu, 19 Jun 2014 11:49:48 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:33268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxeas-0004BT-DQ for qemu-devel@nongnu.org; Thu, 19 Jun 2014 11:49:42 -0400 Received: by mail-la0-f42.google.com with SMTP id pn19so1618864lab.29 for ; Thu, 19 Jun 2014 08:49:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403010447-4627-1-git-send-email-oranav@gmail.com> References: <1403010447-4627-1-git-send-email-oranav@gmail.com> From: Peter Maydell Date: Thu, 19 Jun 2014 16:49:21 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] armv7m_nvic: fix AIRCR implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oran Avraham Cc: QEMU Developers On 17 June 2014 14:07, Oran Avraham wrote: > The returned reset value was wrong (off by one zero nibble), and > qemu didn't log unimplemented writes to the PRIGROUP field. > > Signed-off-by: Oran Avraham > --- Reviewed-by: Peter Maydell -- PMM