From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] tools/python: remove broken xl binding Date: Tue, 6 Oct 2015 18:13:04 +0100 Message-ID: <56140120.1090904@citrix.com> References: <1444150646-7959-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZjVnZ-0001S9-HE for xen-devel@lists.xenproject.org; Tue, 06 Oct 2015 17:13:09 +0000 In-Reply-To: <1444150646-7959-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 06/10/15 17:57, Wei Liu wrote: > Various people say this binding doesn't compile or doesn't work. Remove > it for the benefit of xl feature development -- so that new features > won't need to worry about making this broken binding happy. > > This isn't going to expose any user visible changes because that module > is not built by default. > > Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper