It works perfectly.
Thanks.
Tested-by: Chanho Park
On Fri, Aug 12, 2016 at 2:59 AM, Peter Maydell wrote:
> The llseek syscall takes two 32-bit arguments, offset_high
> and offset_low, which must be combined to form a single
> 64-bit offset. Unfortunately we were combining
ror("error");
exit(1);
}
write(fd, "TEST", 4);
close(fd);
close(fd);
return 0;
}
--
Best Regards,
Chanho Park
_info64 structure definition was also missing a member
> and using the wrong type for several 32-bit fields.
>
> In particular, this meant that "kpartx -d image.img" didn't work
> and "losetup -a" behaved strangely. Correct the ioctl type definitions.
>
> Reported-b
Hi Peter,
On Tuesday, July 5, 2016, Peter Maydell wrote:
> On 2 July 2016 at 19:23, Peter Maydell > wrote:
> > On 2 July 2016 at 17:25, Chanho Park >
> wrote:
> >> I've got a kpartx crash frin qemu-aarch64 user emulation.
> >> The version of qem
sertions(+), 2 deletions(-)
>
> --
> 1.9.1
>
>
I've verified it's fixed and kpartx is working well.
Tested-by: Chanho Park
--
Best Regards,
Chanho Park
lib64/libattr.so.1.1.0
004000dae000-004000db2000 rw-p 00:00 0
qemu: uncaught target signal 6 (Aborted) - core dumped
--
Best Regards,
Chanho Park