From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Added new device: Interrupted system call
Date: Tue, 12 Sep 2006 23:59:44 +0100 [thread overview]
Message-ID: <200609122359.44589.paul@codesourcery.com> (raw)
In-Reply-To: <b921df970609121551r71584135p4aab60e63476d4ae@mail.gmail.com>
On Tuesday 12 September 2006 23:51, Alessandro Corradi wrote:
> Hi,
> I wrote a device that is connect to a host program for data exchange via
> socket.
> The problem is that qemu do something and block the socket system call. If
> I "capture" the perror it return (in the host):
>
> Interrupted system call
This is normal. You need to read the documentation for recv(), in particular
the bit about EINTR.
Paul
prev parent reply other threads:[~2006-09-12 22:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-12 22:51 [Qemu-devel] Added new device: Interrupted system call Alessandro Corradi
2006-09-12 22:59 ` Paul Brook [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200609122359.44589.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.