From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVMG1-0003JU-Mq for qemu-devel@nongnu.org; Mon, 15 Feb 2016 11:44:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVMFy-0005rW-DF for qemu-devel@nongnu.org; Mon, 15 Feb 2016 11:44:17 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:44902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVMFy-0005rL-1x for qemu-devel@nongnu.org; Mon, 15 Feb 2016 11:44:14 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Feb 2016 16:44:12 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id A07652190023 for ; Mon, 15 Feb 2016 16:43:54 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1FGi9Dr58196086 for ; Mon, 15 Feb 2016 16:44:09 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1FGi80X026412 for ; Mon, 15 Feb 2016 09:44:08 -0700 Date: Mon, 15 Feb 2016 17:44:07 +0100 From: Cornelia Huck Message-ID: <20160215174407.6a9cdf38.cornelia.huck@de.ibm.com> In-Reply-To: <1455470231-5223-5-git-send-email-pbonzini@redhat.com> References: <1455470231-5223-1-git-send-email-pbonzini@redhat.com> <1455470231-5223-5-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/8] virtio: export vring_notify as virtio_should_notify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@redhat.com, mst@redhat.com On Sun, 14 Feb 2016 18:17:07 +0100 Paolo Bonzini wrote: > Virtio dataplane needs to trigger the irq manually through the > guest notifier. Export virtio_should_notify so that it can be > used around event_notifier_set. > > Signed-off-by: Paolo Bonzini > --- > hw/virtio/virtio.c | 4 ++-- > include/hw/virtio/virtio.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > The name is better as well :) Acked-by: Cornelia Huck