qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 17/30] target-sparc: ignore writes to UA2005 CPU


From: Artyom Tarasenko
Subject: [Qemu-devel] [PATCH v1 17/30] target-sparc: ignore writes to UA2005 CPU mondo queue register
Date: Fri, 4 Nov 2016 21:50:18 +0100

Signed-off-by: Artyom Tarasenko <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
---
 target-sparc/ldst_helper.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target-sparc/ldst_helper.c b/target-sparc/ldst_helper.c
index 301616b..d524aaa 100644
--- a/target-sparc/ldst_helper.c
+++ b/target-sparc/ldst_helper.c
@@ -1629,6 +1629,7 @@ void helper_st_asi(CPUSPARCState *env, target_ulong addr, 
target_ulong val,
             env->scratch[i] = val;
             return;
         }
+    case ASI_QUEUE: /* UA2005 CPU mondo queue */
     case ASI_DCACHE_DATA: /* D-cache data */
     case ASI_DCACHE_TAG: /* D-cache tag access */
     case ASI_ESTATE_ERROR_EN: /* E-cache error enable */
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]