OSDN Git Service

target/s390x: Implement idte instruction
authorDavid Hildenbrand <david@redhat.com>
Thu, 22 Jun 2017 09:41:51 +0000 (11:41 +0200)
committerRichard Henderson <rth@twiddle.net>
Fri, 23 Jun 2017 16:17:45 +0000 (09:17 -0700)
commitbe7f28de5d7f635647d7991ace96c54d9f724be4
tree19ed2756ca372b39a37e410a8d29e1f0a773fa66
parent97b95aae3bc47eccb06c522a5945a8566b64cc86
target/s390x: Implement idte instruction

Let's keep it very simple for now and flush the complete tlb,
we currently can't find the right entries in our tlb, we would have
to store the used tables for each element.

As we now fully implement the DAT-enhancement facility, we can allow to
enable it for the qemu CPU model.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170622094151.28633-4-david@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/s390x/cpu_models.c
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/mem_helper.c
target/s390x/translate.c