From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIH45-00016Z-W6 for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIH41-0000r5-Uz for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:06:09 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIH41-0000qb-Kd for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:06:05 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5TEsA5n140137 for ; Wed, 29 Jun 2016 11:06:04 -0400 Received: from e06smtp08.uk.ibm.com (e06smtp08.uk.ibm.com [195.75.94.104]) by mx0a-001b2d01.pphosted.com with ESMTP id 23uuhtvace-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 29 Jun 2016 11:06:04 -0400 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 29 Jun 2016 16:05:59 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6BA861B08070 for ; Wed, 29 Jun 2016 16:06:47 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u5TF5WD79306538 for ; Wed, 29 Jun 2016 15:05:32 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u5TF5VXQ011113 for ; Wed, 29 Jun 2016 09:05:32 -0600 Date: Wed, 29 Jun 2016 17:05:30 +0200 From: Cornelia Huck In-Reply-To: <11c9c101-c609-e577-8968-0dc9d0a92ad8@redhat.com> References: <1467202624-72941-1-git-send-email-cornelia.huck@de.ibm.com> <20160629161546.21a2e268.cornelia.huck@de.ibm.com> <11c9c101-c609-e577-8968-0dc9d0a92ad8@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160629170530.7ecbcde1.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH] virtio: Fix setting up host notifiers for vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , QEMU , "Michael S. Tsirkin" , Fam Zheng , Stefan Hajnoczi , Jason Wang , pl@kamp.de On Wed, 29 Jun 2016 16:52:40 +0200 Paolo Bonzini wrote: > On 29/06/2016 16:15, Cornelia Huck wrote: > > > > I can see that one of the qemus sits on event_notifier_test_and_clear > > when vhost tries to shut down. (I am thoroughly confused by all of > > that qtest setup, so I have no idea which qemu instance this is...) > > Stupid question ahead---if you mean QEMU is sitting in a blocking read, > isn't event_notifier_test_and_clear supposed to be non-blocking? Yes, and this is what completely threw me off. I may have been very confused at that point of time, though; I can recheck tomorrow.