qemu-e2k/target-s390x
Alexander Graf d7963c43b9 target-s390: Fail on unknown instructions
We were being a bit too nice and didn't give the guest an invalid instruction
interrupt.

While that works, it's not exactly the fastest thing to do, since now the
guest doesn't know that we're not really implementing that instruction, so it
continues doing it.

We run into this with the set_page_unstable hint instruction. So let's bail out
in these cases.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-18 16:32:03 +01:00
..
cpu.h Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
exec.h Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
helper.c Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
kvm.c target-s390: Fail on unknown instructions 2009-12-18 16:32:03 +01:00
machine.c Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
op_helper.c S/390 CPU fake emulation 2009-12-05 17:36:00 +01:00
translate.c S/390 CPU fake emulation 2009-12-05 17:36:00 +01:00