From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] [RFC] qemu-upstream: add discard support for xen_disk Date: Fri, 17 Jan 2014 17:19:48 +0100 Message-ID: <20140117161948.GA22478@aepfle.de> References: <1389304875-4311-1-git-send-email-olaf@aepfle.de> <20140117152930.GA13324@aepfle.de> <20140117153820.GA17569@aepfle.de> <20140117160653.GA20783@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Jan 17, Stefano Stabellini wrote: > OK, but it is important that we don't collapse the two options into one: > the backend might or might not support feature-discard so we can't have > the toolstack write feature-discard directly. Thats true. So I will use "discard_enabled" in the libxl change. Olaf