From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/2] tests/mem-sharing: Add bulk option to memshrtool Date: Tue, 6 Oct 2015 15:15:44 +0100 Message-ID: <1444140944.5302.194.camel@citrix.com> References: <1443990339-19590-1-git-send-email-tamas@tklengyel.com> <1443990339-19590-3-git-send-email-tamas@tklengyel.com> <20151006092020.GR29124@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZjT1x-0002ci-8U for xen-devel@lists.xenproject.org; Tue, 06 Oct 2015 14:15:49 +0000 In-Reply-To: <20151006092020.GR29124@zion.uk.xensource.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 , Tamas K Lengyel Cc: Tamas K Lengyel , xen-devel@lists.xenproject.org, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-10-06 at 10:20 +0100, Wei Liu wrote: > An unrelated note: do you think it make sense to move mem-sharing out of > tests/ ? It doesn't look like a test to me. It was originally a sort of "unit test" / "manually poke it" type utility rather than end user usable functionality. That might have changed though (or be in the process of doing so). Ian.