All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Asias He <asias.hejun@gmail.com>
Cc: kvm@vger.kernel.org
Subject: Re: Complain against lack of document on KVM_EXIT_INTR
Date: Wed, 06 Apr 2011 10:37:35 +0300	[thread overview]
Message-ID: <4D9C183F.1050906@redhat.com> (raw)
In-Reply-To: <4D9B3765.8000703@gmail.com>

On 04/05/2011 06:38 PM, Asias He wrote:
> Hi, Avi
>
> I can not find any document about the KVM_EXIT_INTR. Would you please
> update Documentation/kvm/api.txt.

KVM_EXIT_INTR should not be used.  Instead test for ioctl(KVM_RUN) == -1 
&& errno = EINTR.  In that case, kvm sets kvm_run->exit_reason to 
KVM_EXIT_INTR, but that is not part of the ABI.

-- 
error compiling committee.c: too many arguments to function


      reply	other threads:[~2011-04-06  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 15:38 Complain against lack of document on KVM_EXIT_INTR Asias He
2011-04-06  7:37 ` Avi Kivity [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=4D9C183F.1050906@redhat.com \
    --to=avi@redhat.com \
    --cc=asias.hejun@gmail.com \
    --cc=kvm@vger.kernel.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.