Re: [Qemu-devel] [PATCH-for-4.2 v1 5/6] s390x/mmu: Better storage key reference and change bit handling

2019-08-13 Thread Cornelia Huck
On Mon, 12 Aug 2019 13:27:36 +0200 David Hildenbrand wrote: > Any access sets the reference bit. In case we have a read-fault, we > should not allow writes to the TLB entry if the change bit was not > already set. > > This is a preparation for proper storage-key reference/change bit handling > i

[Qemu-devel] [PATCH-for-4.2 v1 5/6] s390x/mmu: Better storage key reference and change bit handling

2019-08-12 Thread David Hildenbrand
Any access sets the reference bit. In case we have a read-fault, we should not allow writes to the TLB entry if the change bit was not already set. This is a preparation for proper storage-key reference/change bit handling in TCG and a fix for KVM whereby read accesses would set the change bit (ol