OSDN Git Service

target/s390x: Remove TLB_NOTDIRTY workarounds
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jan 2023 20:18:54 +0000 (12:18 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:39 +0000 (09:15 +0100)
commit96b1416fda52cb37eaa6d2316d9946b1078c6210
tree735b063c1fec16ed8cbfb917ceb10ecf40db44e1
parentfb391b0b474c316d841f5e27fd094832a91f77f4
target/s390x: Remove TLB_NOTDIRTY workarounds

When this code was written, it was using tlb_vaddr_to_host,
which does not handle TLB_DIRTY.  Since then, it has been
converted to probe_access_flags, which does.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <20230109201856.3916639-6-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/mem_helper.c