qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] problems using sockets inside qemu code


From: Paul Brook
Subject: Re: [Qemu-devel] problems using sockets inside qemu code
Date: Wed, 14 Mar 2007 14:58:44 +0000
User-agent: KMail/1.9.5

On Wednesday 14 March 2007 14:23, Marius Monton wrote:
> Hi again,
>
> I'm using sockets inside qemu code for my work on SystemC + qemu
> simulation. I've implemented a TCP client inside qemu code to connect to an
> application (TCP server) outside QEMU (all SystemC stuff).
> Almost all is working fine, but sometimes receiving data fails with an
> "Interrupted system call" on perror (errno = EINTR).
> When testing socket code with no QEMU works fine...

I suggest you read the recv(1) manpage. Retry the command.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]