Bug#920032: [Qemu-devel] Bug#920032: qemu-user uses wrong struct timeval on sparc

2019-01-22 Thread Laurent Vivier
On 22/01/2019 07:12, Thomas Huth wrote: > Hi Ben, > > could you please submit this as a proper patch to the qemu-devel mailing > list, with Signed-off-by line? > (see https://wiki.qemu.org/Contribute/SubmitAPatch for details) > > Thanks, > Thomas > > > On 2019-01-22 06:42, Michael Tokarev

Bug#920032: [Qemu-devel] Bug#920032: qemu-user uses wrong struct timeval on sparc

2019-01-21 Thread Thomas Huth
Hi Ben, could you please submit this as a proper patch to the qemu-devel mailing list, with Signed-off-by line? (see https://wiki.qemu.org/Contribute/SubmitAPatch for details) Thanks, Thomas On 2019-01-22 06:42, Michael Tokarev wrote: > Forwarding to qemu-devel@. >

Bug#920032: qemu-user uses wrong struct timeval on sparc

2019-01-21 Thread Michael Tokarev
Forwarding to qemu-devel@. http://bugs.debian.org/920032 Thanks! 21.01.2019 22:09, Ben Hutchings wrote: Package: qemu-user Version: 1:3.1+dfsg-2 Severity: important Tags: patch On sparc (only) Linux defines timeval::tv_usec with type int, not long. However qemu-user's definition of struct

Bug#920032: qemu-user uses wrong struct timeval on sparc

2019-01-21 Thread Ben Hutchings
Package: qemu-user Version: 1:3.1+dfsg-2 Severity: important Tags: patch On sparc (only) Linux defines timeval::tv_usec with type int, not long. However qemu-user's definition of struct target_timeval uses abi_long unconditionally. This results in the syscall translation layer effectively