s390x/tcg: Pass a size to probe_write() in do_csst()
commit9cd9cdaefc2be7a7e26684734bd334b717c50e5a
authorDavid Hildenbrand <david@redhat.com>
Mon, 26 Aug 2019 07:51:12 +0000 (26 09:51 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Sep 2019 15:34:18 +0000 (3 08:34 -0700)
tree6b4860edee4620241bc2cd6bb720bf05ec8c0874
parent200aa7a527dd2af04a0cf524a44596e89db6d4d6
s390x/tcg: Pass a size to probe_write() in do_csst()

... and also call it for CONFIG_USER_ONLY. This function probably will
also need some refactoring in regards to probing, however, we'll have to
come back to that later, once cleaning up the other mem helpers.

The alignment check always makes sure that the write access falls into a
single page.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190826075112.25637-8-david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/mem_helper.c