]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Enforce single page access in probe_write()
authorDavid Hildenbrand <david@redhat.com>
Mon, 26 Aug 2019 07:51:09 +0000 (09:51 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Sep 2019 15:34:18 +0000 (08:34 -0700)
commitca86cf328ce216bb304bbf09a43614613f945d86
tree31f4bc4fb7bcedc2d382148aaf9dde61073fd05a
parent59e96ac6cb13951dd09afc70622858089abf3384
tcg: Enforce single page access in probe_write()

Let's enforce the interface restriction.

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190826075112.25637-5-david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c