Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752348AbdHMB3H (ORCPT ); Sat, 12 Aug 2017 21:29:07 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:43232 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752156AbdHMB3G (ORCPT ); Sat, 12 Aug 2017 21:29:06 -0400 Subject: Re: [PATCH v3 07/13] xen/pvcalls: implement listen command To: Stefano Stabellini , xen-devel@lists.xen.org Cc: linux-kernel@vger.kernel.org, jgross@suse.com, Stefano Stabellini References: <1501541855-7354-1-git-send-email-sstabellini@kernel.org> <1501541855-7354-7-git-send-email-sstabellini@kernel.org> From: Boris Ostrovsky Message-ID: <54e3d253-5903-9416-fec2-53c15d3c3e53@oracle.com> Date: Sat, 12 Aug 2017 21:28:22 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1501541855-7354-7-git-send-email-sstabellini@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 266 Lines: 11 On 07/31/2017 06:57 PM, Stefano Stabellini wrote: > Send PVCALLS_LISTEN to the backend. > > Signed-off-by: Stefano Stabellini > CC: boris.ostrovsky@oracle.com > CC: jgross@suse.com Reviewed-by: Boris Ostrovsky