qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 0/3] target/s390x: implement idte and improve ipt


From: David Hildenbrand
Subject: [Qemu-devel] [PATCH v1 0/3] target/s390x: implement idte and improve ipte
Date: Tue, 20 Jun 2017 14:35:50 +0200

One step into the direction of adding the DAT-enhancement facility.

To improve the TLB flushing, we will have to remember each used table (or
at least a hash!) for each tlb entry, just like real HW does.

idte is pretty much untested, before I can test it with linux (by enabling
DAT-enhancement) we will have to implement cspg. Will look into this next.

David Hildenbrand (3):
  target/s390x: Indicate and check for local tlb clearing
  target/s390x: Improve heuristic for ipte
  target/s390x: Implement idte instruction

 target/s390x/cpu_models.c  |  1 +
 target/s390x/helper.h      |  1 +
 target/s390x/insn-data.def |  2 ++
 target/s390x/mem_helper.c  | 80 +++++++++++++++++++++++++++++++++++++++-------
 target/s390x/translate.c   | 11 +++++++
 5 files changed, 83 insertions(+), 12 deletions(-)

-- 
2.9.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]