From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmlde-0006rb-C6 for qemu-devel@nongnu.org; Mon, 06 Aug 2018 15:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmldb-00060i-AA for qemu-devel@nongnu.org; Mon, 06 Aug 2018 15:57:58 -0400 Received: from mail-dm3nam03on0095.outbound.protection.outlook.com ([104.47.41.95]:8096 helo=NAM03-DM3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fmlda-000603-UU for qemu-devel@nongnu.org; Mon, 06 Aug 2018 15:57:55 -0400 From: Aleksandar Markovic Date: Mon, 6 Aug 2018 19:57:51 +0000 Message-ID: References: <1533574847-19294-1-git-send-email-aleksandar.markovic@rt-rk.com>, <1533574847-19294-49-git-send-email-aleksandar.markovic@rt-rk.com> In-Reply-To: <1533574847-19294-49-git-send-email-aleksandar.markovic@rt-rk.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v7 48/80] target/mips: Implement CP0 Config1.WR bit functionality List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic , "qemu-devel@nongnu.org" Cc: "peter.maydell@linaro.org" , "laurent@vivier.eu" , "riku.voipio@iki.fi" , "philippe.mathieu.daude@gmail.com" , "aurelien@aurel32.net" , "richard.henderson@linaro.org" , Stefan Markovic , Petar Jovanovic , Paul Burton , Aleksandar Rikalo , "thuth@redhat.com" , "armbru@redhat.com" > From: Aleksandar Markovic > Sent: Monday, August 6, 2018 7:00 PM >=20 > Subject: [PATCH v7 48/80] target/mips: Implement CP0 Config1.WR bit funct= ionality >=20 > From: Stefan Markovic >=20 > Add testing Config1.WR bit into watch exception handling logic. >=20 > Signed-off-by: Aleksandar Markovic > Signed-off-by: Stefan Markovic > --- > target/mips/translate.c | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 Reviewed-by: Aleksandar Markovic =