]> git.ipfire.org Git - thirdparty/qemu.git/commit
util/selfmap: Use dev_t and ino_t in MapInfo
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 9 Aug 2023 02:43:51 +0000 (19:43 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Sep 2023 20:34:03 +0000 (13:34 -0700)
commit79be812bdb6d476b35b0a0a9cda5432673b1f5f3
tree7aa95e74a53b984bbbb0dcfe83a1b1c4c39fe34f
parent4757e2c771087520578d2a0fb2da5ec196899af7
util/selfmap: Use dev_t and ino_t in MapInfo

Use dev_t instead of a string, and ino_t instead of uint64_t.
The latter is likely to be identical on modern systems but is
more type-correct for usage.

Tested-by: Helge Deller <deller@gmx.de>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/qemu/selfmap.h
linux-user/syscall.c
util/selfmap.c