qemu-log: use LOG_UNIMP for some target CPU cases

Use LOG_UNIMP for some target CPU cases.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Acked-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Blue Swirl 2012-06-03 17:06:07 +00:00
parent dafdf1abfd
commit 71547a3bf3
5 changed files with 58 additions and 38 deletions

View file

@ -5098,7 +5098,7 @@ static void disas_s390_insn(DisasContext *s)
disas_ed(s, op, r1, x2, b2, d2, r1b);
break;
default:
LOG_DISAS("unimplemented opcode 0x%x\n", opc);
qemu_log_mask(LOG_UNIMP, "unimplemented opcode 0x%x\n", opc);
gen_illegal_opcode(s, ilc);
break;
}