From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVIbW-00089H-OS for qemu-devel@nongnu.org; Fri, 07 Dec 2018 11:03:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVIbV-0004SX-SN for qemu-devel@nongnu.org; Fri, 07 Dec 2018 11:03:50 -0500 Date: Fri, 7 Dec 2018 16:03:31 +0000 From: Anthony PERARD Message-ID: <20181207160331.GJ18875@perard.uk.xensource.com> References: <1544108924-10841-1-git-send-email-paul.durrant@citrix.com> <1544108924-10841-8-git-send-email-paul.durrant@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1544108924-10841-8-git-send-email-paul.durrant@citrix.com> Subject: Re: [Qemu-devel] [PATCH v2 07/18] xen: add event channel interface for XenDevice-s List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Durrant Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, xen-devel@lists.xenproject.org, Stefano Stabellini On Thu, Dec 06, 2018 at 03:08:33PM +0000, Paul Durrant wrote: > The legacy PV backend infrastructure provides functions to bind, unbind > and send notifications to event channnels. Similar functionality will be > required by XenDevice implementations so this patch adds the necessary > support. > > Signed-off-by: Paul Durrant Reviewed-by: Anthony PERARD Thanks, -- Anthony PERARD