qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir N. Oleynik" <dzo@simtreas.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] vl.c -EAGAIN
Date: Mon, 17 May 2004 13:14:00 +0400	[thread overview]
Message-ID: <40A88258.1050406@simtreas.ru> (raw)
In-Reply-To: <200405161546.i4GFkHOR031617@treas.simtreas.ru>

Hi.

I confused with code from vl.c (1714 line in 0.5.5)

	} else if (errno != -EAGAIN) {
		ioh->fd_read(ioh->opaque, NULL, -errno);

Why -EAGAIN? Copy-paste from kernel? ;-)

May be

	} else if (errno != EAGAIN) {
		ioh->fd_read(ioh->opaque, NULL, ioh->max_size);

?


--w
vodz

       reply	other threads:[~2004-05-17  9:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200405161546.i4GFkHOR031617@treas.simtreas.ru>
2004-05-17  9:14 ` Vladimir N. Oleynik [this message]
2004-05-17  9:34 ` [Qemu-devel] portable to old compiler and kernel Vladimir N. Oleynik
2004-05-17 11:17   ` J. Mayer

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=40A88258.1050406@simtreas.ru \
    --to=dzo@simtreas.ru \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).