On 8/5/19 5:29 PM, David Hildenbrand wrote: > IEP support in the mmu is fairly easy. Set the right permissions for TLB > entries and properly report an exception. > > Make sure to handle EDAT-2 by setting bit 56/60/61 of the TEID (TEC) to > the right values. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/cpu.h | 1 + > target/s390x/mmu_helper.c | 21 +++++++++++++++++++++ > 2 files changed, 22 insertions(+)
LGTM! Reviewed-by: Thomas Huth <th...@redhat.com>