Re: [PATCH 1/6] util/selfmap: Use dev_t and ino_t in MapInfo

2023-08-17 Thread Philippe Mathieu-Daudé
On 16/8/23 20:14, Richard Henderson wrote: 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. Signed-off-by: Richard Henderson --- include/qemu/selfmap.h | 4 ++-- linux-user/syscall.c |

[PATCH 1/6] util/selfmap: Use dev_t and ino_t in MapInfo

2023-08-16 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- include/qemu/selfmap.h | 4 ++-- linux-user/syscall.c | 6 -- util/selfmap.c | 12 +++-