]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target/hppa: Implement SYNCDMA insn
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Oct 2017 14:57:51 +0000 (15:57 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Jan 2018 18:22:26 +0000 (10:22 -0800)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c

index 41e28ff64cac5d54b7eabdd6164269f100f70cab..f3942b1baf005b84e3086ea8ea515bbf803a17dc 100644 (file)
@@ -2312,7 +2312,8 @@ static const DisasInsn table_system[] = {
     { 0x000014a0u, 0xffffffe0u, trans_mfia },
     { 0x000004a0u, 0xffff1fe0u, trans_mfsp },
     { 0x000008a0u, 0xfc1fbfe0u, trans_mfctl },
-    { 0x00000400u, 0xffffffffu, trans_sync },
+    { 0x00000400u, 0xffffffffu, trans_sync },  /* sync */
+    { 0x00100400u, 0xffffffffu, trans_sync },  /* syncdma */
     { 0x000010a0u, 0xfc1f3fe0u, trans_ldsid },
 #ifndef CONFIG_USER_ONLY
     { 0x00000e60u, 0xfc00ffe0u, trans_rsm },