Le 30 janvier 2013 à 11:42, Peter Maydell a écrit :
> On 30 January 2013 08:45, Riku Voipio wrote:
> > On Sat, Jan 26, 2013 at 12:24:56PM +0100, Laurent Vivier wrote:
> >> Le dimanche 20 janvier 2013 à 00:32 +0100, Laurent Vivier a écrit :
> >> > ping ?
> >>
> >> ping
> >
> > I'm really not mana
On 30 January 2013 08:45, Riku Voipio wrote:
> On Sat, Jan 26, 2013 at 12:24:56PM +0100, Laurent Vivier wrote:
>> Le dimanche 20 janvier 2013 à 00:32 +0100, Laurent Vivier a écrit :
>> > ping ?
>>
>> ping
>
> I'm really not managing to find time for qemu linux-user maintainance
> at the moment. I
Hi,
On Sat, Jan 26, 2013 at 12:24:56PM +0100, Laurent Vivier wrote:
> Le dimanche 20 janvier 2013 à 00:32 +0100, Laurent Vivier a écrit :
> > ping ?
>
> ping
I'm really not managing to find time for qemu linux-user maintainance
at the moment. I suggest you send the patches directly as pull reque
On 1 January 2013 18:24, Laurent Vivier wrote:
> From: Laurent Vivier
>
> SO_SNDTIMEO and SO_RCVTIMEO take a struct timeval, not an int
>
> To test this, you can use :
>
> QEMU_STRACE= ping localhost 2>&1 |grep TIMEO
> 568 setsockopt(3,SOL_SOCKET,SO_SNDTIMEO,{1,0},8) = 0
> 568 setsockopt(3,SOL_SO
Le dimanche 20 janvier 2013 à 00:32 +0100, Laurent Vivier a écrit :
> ping ?
ping
> Le mardi 01 janvier 2013 à 19:24 +0100, Laurent Vivier a écrit :
> > From: Laurent Vivier
> >
> > SO_SNDTIMEO and SO_RCVTIMEO take a struct timeval, not an int
> >
> > To test this, you can use :
> >
> > QEMU_
ping ?
Le mardi 01 janvier 2013 à 19:24 +0100, Laurent Vivier a écrit :
> From: Laurent Vivier
>
> SO_SNDTIMEO and SO_RCVTIMEO take a struct timeval, not an int
>
> To test this, you can use :
>
> QEMU_STRACE= ping localhost 2>&1 |grep TIMEO
> 568 setsockopt(3,SOL_SOCKET,SO_SNDTIMEO,{1,0},8) =
From: Laurent Vivier
SO_SNDTIMEO and SO_RCVTIMEO take a struct timeval, not an int
To test this, you can use :
QEMU_STRACE= ping localhost 2>&1 |grep TIMEO
568 setsockopt(3,SOL_SOCKET,SO_SNDTIMEO,{1,0},8) = 0
568 setsockopt(3,SOL_SOCKET,SO_RCVTIMEO,{1,0},8) = 0
Signed-off-by: Laurent Vivier
-