]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Change vaddr to uintptr_t
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Feb 2025 02:56:07 +0000 (18:56 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2025 16:29:02 +0000 (08:29 -0800)
commita70af12addd9060fdf8f3dbd42b42e3072c3914f
tree1426001e551422bcc5c33d5c48c6422a2d9ddc4a
parenta630055df39e1960275d0e273af036f794b15662
include/exec: Change vaddr to uintptr_t

Since we no longer support 64-bit guests on 32-bit hosts,
we can use a 32-bit type on a 32-bit host.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/vaddr.h