]> git.proxmox.com Git - mirror_qemu.git/commit - target/hppa/translate.c
target/hppa: ignore DIAG opcode
authorSven Schnelle <svens@stackframe.org>
Mon, 11 Mar 2019 19:15:57 +0000 (20:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 16:13:43 +0000 (09:13 -0700)
commit15da177bb40aecd829f32354190eec759947dc30
treee8e192524b32fafe1b766f6c8a4362109cbef40a
parentb06c0618c08c96d045c99b1bc21b6ce8fbee9581
target/hppa: ignore DIAG opcode

DIAG is usually only used by diagnostics software as it's CPU
specific. In most of the cases it's better to ignore it and log
a message that it's not implemented.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20190311191602.25796-7-svens@stackframe.org>
[rth: Free the nullify condition.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/insns.decode
target/hppa/translate.c