On Tue, 28 Oct 2025 at 12:58, Bastian Blank <[email protected]> wrote: > > Both the FIBMAP and FIGETBSZ ioctl get "int *" (pointer to 32bit > integer) as argument, not "long *" as specified in qemu. Using the > correct type makes the emulation work in cross endian context. > > Both ioctl does not seem to be documented. However the kernel > implementation has always used "int *". > > Signed-off-by: Bastian Blank <[email protected]> > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3185 > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
