projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd39ef
)
target-sparc: ignore writes to UA2005 CPU mondo queue register
author
Artyom Tarasenko
<atar4qemu@gmail.com>
Mon, 18 Apr 2016 13:30:48 +0000
(15:30 +0200)
committer
Artyom Tarasenko
<atar4qemu@gmail.com>
Wed, 18 Jan 2017 21:03:44 +0000
(22:03 +0100)
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target/sparc/ldst_helper.c
patch
|
blob
|
history
diff --git
a/target/sparc/ldst_helper.c
b/target/sparc/ldst_helper.c
index ade4fb05417eb9e29b1f888cf4778b2e793c2904..d3747cf0f204bbae1e771e873cd32ac30b95397a 100644
(file)
--- a/
target/sparc/ldst_helper.c
+++ b/
target/sparc/ldst_helper.c
@@
-1631,6
+1631,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 */