All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Steven Stovall <sstovall@neuraliq.com>
Cc: kvm <kvm@vger.kernel.org>
Subject: Re: Pending signals prevent entry to the guest
Date: Wed, 21 Jan 2009 10:49:50 +0200	[thread overview]
Message-ID: <4976E1AE.6060801@redhat.com> (raw)
In-Reply-To: <9780058.34741232510963338.JavaMail.root@mailserv1>

Steven Stovall wrote:
> I posted about a week ago regarding a very different behavior with a host-side app vis a vis kvm-77 vs kvm-33. Pending signals (SIGIO and SIGALRM) never seem to be dequeued so that I never kvm_guest_enter()...it appears that only the dynticks alarm_timer gets enabled which only handles SIGALRM, while the rtc alarm_timer which handles SIGIO does not. I have tried to make sure both are enabled, but I still have perpetual pending signals...is this possible?? Or is there some corruption somewhere?
>   

You must call sigtimedwait() or one of its friends with the pending 
signal enabled after KVM_VCPU_RUN exits with -EINTR.

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


  parent reply	other threads:[~2009-01-21  8:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <891339.34601232509246126.JavaMail.root@mailserv1>
2009-01-21  4:09 ` Pending signals prevent entry to the guest Steven Stovall
2009-01-21  8:05   ` Dor Laor
2009-01-21  8:49   ` Avi Kivity [this message]
     [not found] <15896857.36841232581961353.JavaMail.root@mailserv1>
2009-01-21 23:53 ` Steven Stovall
2009-01-22  0:14   ` Dor Laor
2009-01-24  1:50     ` Steven Stovall

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=4976E1AE.6060801@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=sstovall@neuraliq.com \
    /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.