From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqfzM-00009z-J7 for qemu-devel@nongnu.org; Fri, 08 May 2015 06:58:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqfzI-0005WY-W8 for qemu-devel@nongnu.org; Fri, 08 May 2015 06:58:40 -0400 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]:36251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqfzI-0005WS-SW for qemu-devel@nongnu.org; Fri, 08 May 2015 06:58:36 -0400 Received: by igbpi8 with SMTP id pi8so17421348igb.1 for ; Fri, 08 May 2015 03:58:36 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 8 May 2015 13:58:36 +0300 Message-ID: From: Catalin Vasile Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] eventfd_signal() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Is eventfd blocking? By that I mean: If I signal the guest for something, will that thread remain blocked till the guest clears the interrupt?